parent
5faffc123f
commit
40af513669
|
@ -42,6 +42,10 @@
|
||||||
#include "functable.h"
|
#include "functable.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Disable multi-threading as it does not show any performance
|
||||||
|
// benefits. Keep the multi-threading code for the record.
|
||||||
|
#undef SMP
|
||||||
|
|
||||||
#ifndef CBLAS
|
#ifndef CBLAS
|
||||||
|
|
||||||
void NAME(blasint *N, FLOAT *x, blasint *INCX, FLOAT *y, blasint *INCY){
|
void NAME(blasint *N, FLOAT *x, blasint *INCX, FLOAT *y, blasint *INCY){
|
||||||
|
|
Loading…
Reference in New Issue