summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ed3c5933eb..3fc34bdb1e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -98,6 +98,12 @@
/* Define if gcc supports VEX encoding. */
#undef HAVE_SSE2AVX_SUPPORT
+/* Define if compiler supports AVX512. */
+#undef HAVE_AVX512_SUPPORT
+
+/* Define if assembler supports AVX512. */
+#undef HAVE_AVX512_ASM_SUPPORT
+
/* Define if gcc supports FMA4. */
#undef HAVE_FMA4_SUPPORT