disabled SMP for sbmv and zsbmv again

This commit is contained in:
wernsaar 2014-06-29 21:18:38 +02:00
parent 01a119abfc
commit aee61456a4
2 changed files with 4 additions and 2 deletions

View File

@ -43,12 +43,13 @@
#include "functable.h"
#endif
/*
#ifdef SMP
#ifdef __64BIT__
#define SMPTEST 1
#endif
#endif
*/
#ifdef XDOUBLE
#define ERROR_NAME "QSBMV "

View File

@ -43,12 +43,13 @@
#include "functable.h"
#endif
/*
#ifdef SMP
#ifdef __64BIT__
#define SMPTEST 1
#endif
#endif
*/
#ifdef XDOUBLE
#define ERROR_NAME "XSBMV "