]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64: Use YMM registers in memcmpeq-evex.S
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Jun 2023 15:53:35 +0000 (08:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Jun 2023 16:21:14 +0000 (09:21 -0700)
Since the assembly source file with -evex suffix should use YMM registers,
not ZMM registers, include x86-evex256-vecs.h by default to use YMM
registers in memcmpeq-evex.S
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
sysdeps/x86_64/multiarch/memcmpeq-evex.S

index 3666f649cdbd64978d741d7ae012201d375b6b57..7eefff77f12755a9ab7805ee5617a21a3117ce9c 100644 (file)
@@ -42,7 +42,7 @@
 # endif
 
 # ifndef VEC_SIZE
-#  include "x86-evex512-vecs.h"
+#  include "x86-evex256-vecs.h"
 # endif
 # include "reg-macros.h"