diff options
Diffstat (limited to 'common_reference.h')
-rw-r--r-- | common_reference.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common_reference.h b/common_reference.h index d4dca859e..a324c4d9d 100644 --- a/common_reference.h +++ b/common_reference.h @@ -43,4 +43,11 @@ void BLASFUNC_REF(csrot) (blasint *, float *, blasint *, float *, blasint *, void BLASFUNC_REF(zdrot) (blasint *, double *, blasint *, double *, blasint *, double *, double *); void BLASFUNC_REF(xqrot) (blasint *, xdouble *, blasint *, xdouble *, blasint *, xdouble *, xdouble *); +void BLASFUNC_REF(sswap) (blasint *, float *, blasint *, float *, blasint *); +void BLASFUNC_REF(dswap) (blasint *, double *, blasint *, double *, blasint *); +void BLASFUNC_REF(qswap) (blasint *, xdouble *, blasint *, xdouble *, blasint *); +void BLASFUNC_REF(cswap) (blasint *, float *, blasint *, float *, blasint *); +void BLASFUNC_REF(zswap) (blasint *, double *, blasint *, double *, blasint *); +void BLASFUNC_REF(xswap) (blasint *, xdouble *, blasint *, xdouble *, blasint *); + #endif |