Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
arch-x86_64-ifunc-alias
test on RHEL 10
On RHEL 10, GCC is configured with the `--with-arch_64=x86-64-v3` option, which makes it implicitly use the `-march=x86-64-v3` command-line flag by default. This breaks the `arch-x86_64-ifunc-alias` test: since the `x86-64-v3` microarchitecture level includes SSSE3 and AVX2, GCC appears to interpret the `default` and `ssse3,avx2` targets as the same thing, and omits generating a resolver function. Fix the test by forcing GCC's target architecture to the `x86-64` baseline.
- Loading branch information