summaryrefslogtreecommitdiff
path: root/lib/Headers/immintrin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Headers/immintrin.h')
-rw-r--r--lib/Headers/immintrin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Headers/immintrin.h b/lib/Headers/immintrin.h
index 00121f4856..38c020604a 100644
--- a/lib/Headers/immintrin.h
+++ b/lib/Headers/immintrin.h
@@ -123,4 +123,8 @@ _xtest(void)
#include <shaintrin.h>
#endif
+/* Some intrinsics inside adxintrin.h are available only if __ADX__ defined,
+ * whereas others are also available if __ADX__ undefined */
+#include <adxintrin.h>
+
#endif /* __IMMINTRIN_H */