summaryrefslogtreecommitdiff
path: root/lea_simd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lea_simd.cpp')
-rw-r--r--lea_simd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lea_simd.cpp b/lea_simd.cpp
index b4180e34..ee2a5697 100644
--- a/lea_simd.cpp
+++ b/lea_simd.cpp
@@ -24,6 +24,9 @@
#if defined(__XOP__)
# include <ammintrin.h>
+# if defined(__GNUC__)
+# include <x86intrin.h>
+# endif
#endif
#if defined(__AVX512F__)