aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2022-10-03 23:46:11 +0200
committerAurelien Jarno <aurelien@aurel32.net>2022-10-03 23:46:11 +0200
commit3c0c78afabfed4b6fc161c159e628fbf14ff370b (patch)
treec8dafc90670cbdc7cf4061477cee1671f31f6476 /scripts
parente3e7fab7fe5186d18ca2046d99ba321c27db30ad (diff)
downloadglibc-3c0c78afabfed4b6fc161c159e628fbf14ff370b.zip
glibc-3c0c78afabfed4b6fc161c159e628fbf14ff370b.tar.gz
glibc-3c0c78afabfed4b6fc161c159e628fbf14ff370b.tar.bz2
x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
The AVX2 memrchr implementation uses the 'shlxl' instruction, which belongs to the BMI2 CPU feature and uses the 'lzcnt' instruction, which belongs to the LZCNT CPU feature. Fixes: af5306a735eb ("x86: Optimize memrchr-avx2.S") Partially resolves: BZ #29611 Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions