aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-08-20 05:23:02 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-08-24 07:05:35 -0700
commit5359c3bc91cc509bcd30bbb8d951848e0280f325 (patch)
tree968547865228e43bd73ca1951297cd0e48e971dd /config.h.in
parent84a7eb1f87c1d01b58ad887a0ab5d87abbc1c772 (diff)
downloadglibc-5359c3bc91cc509bcd30bbb8d951848e0280f325.tar
glibc-5359c3bc91cc509bcd30bbb8d951848e0280f325.tar.gz
glibc-5359c3bc91cc509bcd30bbb8d951848e0280f325.tar.bz2
glibc-5359c3bc91cc509bcd30bbb8d951848e0280f325.zip
x86-64: Remove compiler -mavx512f check
The minimum GCC requirement is GCC 6.2 which supports -mavx512f. Remove compiler -mavx512f check. Tested with GCC 6.4.1 on Linux/x86-64.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 0d92504f65..3752f9a6f7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -62,9 +62,6 @@
/* Define if _rtld_local structure should be forced into .sdata section. */
#undef HAVE_SDATA_SECTION
-/* Define if compiler supports AVX512. */
-#undef HAVE_AVX512_SUPPORT
-
/* Define if assembler supports AVX512DQ. */
#undef HAVE_AVX512DQ_ASM_SUPPORT