diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-08-20 05:47:52 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-08-24 07:05:35 -0700 |
commit | 528f9ff6bf69c2c0574a24ee475e31de38dcf060 (patch) | |
tree | aaa9fd67fd89411f8da2f1e77a7eefb014dd021c /config.h.in | |
parent | 5359c3bc91cc509bcd30bbb8d951848e0280f325 (diff) | |
download | glibc-528f9ff6bf69c2c0574a24ee475e31de38dcf060.tar glibc-528f9ff6bf69c2c0574a24ee475e31de38dcf060.tar.gz glibc-528f9ff6bf69c2c0574a24ee475e31de38dcf060.tar.bz2 glibc-528f9ff6bf69c2c0574a24ee475e31de38dcf060.zip |
x86-64: Remove assembler AVX512DQ check
The minimum GNU binutils requirement is 2.25 which supports AVX512DQ.
Remove assembler AVX512DQ check.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 3752f9a6f7..964873f27e 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 assembler supports AVX512DQ. */ -#undef HAVE_AVX512DQ_ASM_SUPPORT - /* Define if assembler supports z10 zarch instructions as default on S390. */ #undef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT |