[PATCH v2 0/1] x86: fix wmemset ifunc stray '!' (bug 33542)

Jiamei Xie xiejiamei@hygon.cn
Tue Oct 14 12:14:10 GMT 2025


This patch fixes an issue in the wmemset ifunc selector logic where a stray
'!' in the `X86_ISA_CPU_FEATURES_ARCH_P(...)` check effectively disabled
AVX2/AVX512 paths, forcing fallback to SSE2 even on capable CPUs.

xiejiamei (1):
  x86: fix wmemset ifunc stray '!' (bug 33542)

 sysdeps/x86_64/multiarch/ifunc-wmemset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1




More information about the Libc-alpha mailing list