]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64: Fix strcmp-evex.S
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 4 Feb 2022 19:11:08 +0000 (11:11 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 5 May 2022 16:18:26 +0000 (09:18 -0700)
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

(cherry picked from commit 0e0199a9e02ebe42e2b36958964d63f03573c382)

sysdeps/x86_64/multiarch/strcmp-evex.S

index 99d8409af27327ad1de8f952586d98a9acf1c395..ed56af8ecdad48b2e1baf977419c4dd0475b24d4 100644 (file)
@@ -116,7 +116,7 @@ ENTRY(STRCMP)
 # ifdef USE_AS_STRNCMP
 #  ifdef __ILP32__
        /* Clear the upper 32 bits.  */
-       movl    %edx, %rdx
+       movl    %edx, %edx
 #  endif
        cmp     $1, %RDX_LP
        /* Signed comparison intentional. We use this branch to also