From b69b4f24bac92621ad308330bd690a205de5d75a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Jul 2017 19:05:21 +0300 Subject: Remove unused macro from from localconsts.h --- src/localconsts.h | 6 ------ 1 file changed, 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 -- cgit v1.2.3-70-g09d2