projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15efd0
)
x86-64: Fix strcmp-evex.S
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 4 Feb 2022 19:11:08 +0000
(11:11 -0800)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 4 Feb 2022 19:11:08 +0000
(11:11 -0800)
Change "movl %edx, %rdx" to "movl %edx, %edx" in:
commit
8418eb3ff4b781d31c4ed5dc6c0bd7356bc45db9
Author: Noah Goldstein <goldstein.w.n@gmail.com>
Date: Mon Jan 10 15:35:39 2022 -0600
x86: Optimize strcmp-evex.S
sysdeps/x86_64/multiarch/strcmp-evex.S
patch
|
blob
|
history
diff --git
a/sysdeps/x86_64/multiarch/strcmp-evex.S
b/sysdeps/x86_64/multiarch/strcmp-evex.S
index e5070f3d53c93f357a0ee74d16601f67620090c1..6f42e3155ae43d5654d1aee9827deb9e93a9b38d 100644
(file)
--- a/
sysdeps/x86_64/multiarch/strcmp-evex.S
+++ b/
sysdeps/x86_64/multiarch/strcmp-evex.S
@@
-116,7
+116,7
@@
ENTRY(STRCMP)
# ifdef USE_AS_STRNCMP
# ifdef __ILP32__
/* Clear the upper 32 bits. */
- movl %edx, %
r
dx
+ movl %edx, %
e
dx
# endif
cmp $1, %RDX_LP
/* Signed comparison intentional. We use this branch to also