diff options
-rw-r--r-- | src/localconsts.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index e669f259b..63865afc8 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -146,12 +146,6 @@ #endif // defined(__clang__) && CLANG_VERSION >= 30800 #endif // __x86_64__ -#ifdef SIMD_SUPPORTED -#define FUNCTION_SIMD_DEFAULT __attribute__ ((target ("default"))) -#else // SIMD_SUPPORTED -#define FUNCTION_SIMD_DEFAULT -#endif // SIMD_SUPPORTED - #ifdef __INTEL_COMPILER #define RETURNS_NONNULL #else // __INTEL_COMPILER |