@@ -62,10 +62,10 @@ openblas_complex_float cblas_cdotc(OPENBLAS_CONST blasint n, OPENBLAS_CONST voi
62
62
openblas_complex_double cblas_zdotu (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy );
63
63
openblas_complex_double cblas_zdotc (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy );
64
64
65
- void cblas_cdotu_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , openblas_complex_float * ret );
66
- void cblas_cdotc_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , openblas_complex_float * ret );
67
- void cblas_zdotu_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , openblas_complex_double * ret );
68
- void cblas_zdotc_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , openblas_complex_double * ret );
65
+ void cblas_cdotu_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , void * ret );
66
+ void cblas_cdotc_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , void * ret );
67
+ void cblas_zdotu_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , void * ret );
68
+ void cblas_zdotc_sub (OPENBLAS_CONST blasint n , OPENBLAS_CONST void * x , OPENBLAS_CONST blasint incx , OPENBLAS_CONST void * y , OPENBLAS_CONST blasint incy , void * ret );
69
69
70
70
float cblas_sasum (OPENBLAS_CONST blasint n , OPENBLAS_CONST float * x , OPENBLAS_CONST blasint incx );
71
71
double cblas_dasum (OPENBLAS_CONST blasint n , OPENBLAS_CONST double * x , OPENBLAS_CONST blasint incx );
0 commit comments