From 4a9bc602219670ff44e0f12fd35f9976f93ad79c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 May 2017 00:05:17 +0300 Subject: Enable simd for clang 3.8 or newer. --- src/localconsts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index b1318e7ef..cea4d45f6 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -143,9 +143,9 @@ #if GCC_VERSION >= 40900 #define SIMD_SUPPORTED #endif // GCC_VERSION > 40900 -#if defined(__clang__) && CLANG_VERSION >= 30600 +#if defined(__clang__) && CLANG_VERSION >= 30800 #define SIMD_SUPPORTED -#endif // defined(__clang__) && CLANG_VERSION >= 30600 +#endif // defined(__clang__) && CLANG_VERSION >= 30800 #endif // __x86_64__ #ifdef SIMD_SUPPORTED -- cgit v1.2.3-60-g2f50