Commit aeb56ea6 authored by Christopher Moore's avatar Christopher Moore Committed by Evan Nemerson

features: GFNI needs <immintrin.h>

parent 07b745f4
......@@ -211,7 +211,7 @@
#endif
#if \
defined(SIMDE_X86_AVX_NATIVE)
defined(SIMDE_X86_AVX_NATIVE) || defined(SIMDE_X86_GFNI_NATIVE)
#include <immintrin.h>
#elif defined(SIMDE_X86_SSE4_2_NATIVE)
#include <nmmintrin.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment