aboutsummaryrefslogtreecommitdiff
path: root/simd/pf_avx_double.h
diff options
context:
space:
mode:
Diffstat (limited to 'simd/pf_avx_double.h')
-rw-r--r--simd/pf_avx_double.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simd/pf_avx_double.h b/simd/pf_avx_double.h
index 62c9123..251f0b9 100644
--- a/simd/pf_avx_double.h
+++ b/simd/pf_avx_double.h
@@ -46,8 +46,8 @@
/*
AVX support macros
*/
-#if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && defined(__AVX__)
-#pragma message __FILE__ ": AVX macros are defined"
+#if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && !defined(PFFFT_AVX_DISABLE) && defined(__AVX__)
+#pragma message( __FILE__ ": AVX macros are defined" )
#include <immintrin.h>
typedef __m256d v4sf;