public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] x86-64: Use YMM registers in memcmpeq-evex.S
@ 2023-06-01 16:24 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2023-06-01 16:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a8c888997845c5192e446176374c2e13bb3e2195

commit a8c888997845c5192e446176374c2e13bb3e2195
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jun 1 08:53:35 2023 -0700

    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>

Diff:
---
 sysdeps/x86_64/multiarch/memcmpeq-evex.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/x86_64/multiarch/memcmpeq-evex.S b/sysdeps/x86_64/multiarch/memcmpeq-evex.S
index 3666f649cd..7eefff77f1 100644
--- a/sysdeps/x86_64/multiarch/memcmpeq-evex.S
+++ b/sysdeps/x86_64/multiarch/memcmpeq-evex.S
@@ -42,7 +42,7 @@
 # endif
 
 # ifndef VEC_SIZE
-#  include "x86-evex512-vecs.h"
+#  include "x86-evex256-vecs.h"
 # endif
 # include "reg-macros.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-01 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 16:24 [glibc] x86-64: Use YMM registers in memcmpeq-evex.S H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).