Skip to content

Commit 8bf71e9

Browse files
committed
Merge pull request #877 from jeromerobert/bug873
Disable multi-threading in swap
2 parents 88011f6 + 40af513 commit 8bf71e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/swap.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
#include "functable.h"
4343
#endif
4444

45+
// Disable multi-threading as it does not show any performance
46+
// benefits. Keep the multi-threading code for the record.
47+
#undef SMP
48+
4549
#ifndef CBLAS
4650

4751
void NAME(blasint *N, FLOAT *x, blasint *INCX, FLOAT *y, blasint *INCY){

0 commit comments

Comments
 (0)