diff options
-rw-r--r-- | src/localconsts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 2d2b2d548..544b85a02 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -139,7 +139,9 @@ #endif // ENABLE_CILKPLUS #ifdef __x86_64__ +#ifndef __clang__ #define SIMD_SUPPORTED +#endif // __clang__ #endif // __x86_64__ #ifdef SIMD_SUPPORTED |