Added the unit testcase for dsdot.

This commit is contained in:
Xianyi Zhang
2011-05-13 02:19:55 +08:00
parent 03272a606d
commit 1d60510959
4 changed files with 9 additions and 1 deletions

View File

@@ -60,4 +60,8 @@ float _Complex BLASFUNC_REF(cdotc) (blasint *, float *, blasint *, float *,
double _Complex BLASFUNC_REF(zdotu) (blasint *, double *, blasint *, double *, blasint *);
double _Complex BLASFUNC_REF(zdotc) (blasint *, double *, blasint *, double *, blasint *);
void BLASFUNC_REF(drotmg)(double *, double *, double *, double *, double *);
double BLASFUNC_REF(dsdot)(blasint *, float *, blasint *, float *, blasint*);
#endif