]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Add BMI1/BMI2 checks for ISA_V3 check
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 16 Jun 2022 22:01:08 +0000 (15:01 -0700)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 19 Jul 2022 05:13:57 +0000 (22:13 -0700)
commite063a461a54a05ebdd8234b0d5c68d923f968be6
tree14a0d3dfb762b5e476ecc25879c9c3daec957193
parent4e7f3b34a494b18e00f3b49d7794149c4bf03afc
x86: Add BMI1/BMI2 checks for ISA_V3 check

BMI1/BMI2 are part of the ISA V3 requirements:
https://en.wikipedia.org/wiki/X86-64

And defined by GCC when building with `-march=x86-64-v3`

(cherry picked from commit 8da9f346cb2051844348785b8a932ec44489e0b7)
sysdeps/x86/isa-level.c