Disable multi-threading in swap

* Close #873
This commit is contained in:
Jerome Robert 2016-05-16 13:07:55 +00:00
parent 5faffc123f
commit 40af513669
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
#include "functable.h"
#endif
// Disable multi-threading as it does not show any performance
// benefits. Keep the multi-threading code for the record.
#undef SMP
#ifndef CBLAS
void NAME(blasint *N, FLOAT *x, blasint *INCX, FLOAT *y, blasint *INCY){