aboutsummaryrefslogtreecommitdiff
path: root/simd/pf_avx_double.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-29 20:32:27 -0800
committerHaibo Huang <hhb@google.com>2020-12-29 20:32:27 -0800
commit56310291a52a05dd2b856fcac112a3f91fb5a76d (patch)
tree7e5b45d174a2d4b038e8842bb4e0fbed7ec77914 /simd/pf_avx_double.h
parentf72b8bc0eac730df148031eea3a5155e1391c869 (diff)
parentb9819ffacac25e62727fc854f8c78522fb4eb2b3 (diff)
downloadpffft-56310291a52a05dd2b856fcac112a3f91fb5a76d.tar.gz
Upgrade pffft to b9819ffacac25e62727fc854f8c78522fb4eb2b3
Test: make Change-Id: I83ae0d3fe2df8149adb60c104e4d4f08b3d5f28a
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;