diff options
Diffstat (limited to 'interface/ger.c')
-rw-r--r-- | interface/ger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/ger.c b/interface/ger.c index 8f263431f..a07866c74 100644 --- a/interface/ger.c +++ b/interface/ger.c @@ -75,7 +75,7 @@ void NAME(blasint *M, blasint *N, FLOAT *Alpha, blasint incy = *INCY; blasint lda = *LDA; FLOAT *buffer; -#ifdef SMP +#ifdef SMPBUG int nthreads; #endif @@ -107,7 +107,7 @@ void CNAME(enum CBLAS_ORDER order, FLOAT *buffer; blasint info, t; -#ifdef SMP +#ifdef SMPBUG int nthreads; #endif |