mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
x86/string: Use movsl
instead of movsd
[BZ #32344]
`ld`, starting at 2.40, emits a warning when using `movsd`. There is no change to the actual code produced. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
c7dcf594f4
commit
6754b5becf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
# define VPCMPEQ vpcmpeqd
|
||||
# define CHAR_SIZE 4
|
||||
|
||||
# define REP_MOVS rep movsd
|
||||
# define REP_MOVS rep movsl
|
||||
|
||||
# define USE_WIDE_CHAR
|
||||
# else
|
||||
|
|
Loading…
Add table
Reference in a new issue