x86-64: Use YMM registers in memcmpeq-evex.S

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>
This commit is contained in:
H.J. Lu 2023-06-01 08:53:35 -07:00
parent 6286cca2cb
commit a8c8889978

View File

@ -42,7 +42,7 @@
# endif
# ifndef VEC_SIZE
# include "x86-evex512-vecs.h"
# include "x86-evex256-vecs.h"
# endif
# include "reg-macros.h"