Update zdot.c

This commit is contained in:
Martin Kroeker 2017-03-13 17:49:07 +01:00 committed by GitHub
parent e44b028fe5
commit 5813ed095b
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ OPENBLAS_COMPLEX_FLOAT CNAME(blasint n, FLOAT *x, blasint incx, FLOAT *y, blasin
if (n <= 0) { if (n <= 0) {
#ifdef FORCE_USE_STACK #ifdef FORCE_USE_STACK
*result = OPENBLAS_MAKE_COMPLEX_FLOAT(0.0, 0.0); *result = zero;
// CREAL(*result) = 0.0; // CREAL(*result) = 0.0;
// CIMAG(*result) = 0.0; // CIMAG(*result) = 0.0;
return; return;