disabled SMP for sbmv and zsbmv again
This commit is contained in:
parent
01a119abfc
commit
aee61456a4
|
@ -43,12 +43,13 @@
|
|||
#include "functable.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef SMP
|
||||
#ifdef __64BIT__
|
||||
#define SMPTEST 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
*/
|
||||
|
||||
#ifdef XDOUBLE
|
||||
#define ERROR_NAME "QSBMV "
|
||||
|
|
|
@ -43,12 +43,13 @@
|
|||
#include "functable.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef SMP
|
||||
#ifdef __64BIT__
|
||||
#define SMPTEST 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
*/
|
||||
|
||||
#ifdef XDOUBLE
|
||||
#define ERROR_NAME "XSBMV "
|
||||
|
|
Loading…
Reference in New Issue