mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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:
parent
6286cca2cb
commit
a8c8889978
@ -42,7 +42,7 @@
|
||||
# endif
|
||||
|
||||
# ifndef VEC_SIZE
|
||||
# include "x86-evex512-vecs.h"
|
||||
# include "x86-evex256-vecs.h"
|
||||
# endif
|
||||
# include "reg-macros.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user