]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Use -msse2avx iff compiler supports it
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Mar 2022 18:05:51 +0000 (15:05 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 9 Apr 2025 11:45:23 +0000 (08:45 -0300)
commita199019857be11bc92e2a34102e1d1cd7d562349
tree5052a366803a363da016a0a2178fcfcec6366e48
parente143c8e6c7c4b19228f16ac9757b71842410bcca
x86: Use -msse2avx iff compiler supports it

clang-19 does support it, but it should be gated as an option to
assemble (either with -Wa or -Xassembler).  So add a test for -Wa
as well if -msse2avx is not supported.
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac
sysdeps/x86_64/fpu/multiarch/Makefile