]> sourceware.org Git - glibc.git/commit
x86/string: Use `movsl` instead of `movsd` [BZ #32344]
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 8 Nov 2024 19:18:17 +0000 (11:18 -0800)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 8 Nov 2024 23:23:05 +0000 (17:23 -0600)
commit6754b5becf403a3c6b95a0ebd829edf8e4d83251
tree5317ce882f655d82b63e7670e221ebc5b54f4b8c
parentc7dcf594f4c52fa7e2cc76918c8aa9abb98e9625
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>
sysdeps/x86_64/multiarch/strcpy-evex.S
This page took 0.037889 seconds and 5 git commands to generate.