mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
Only load 4 bytes.
This commit is contained in:
parent
57be8a82ed
commit
df3dceb1c6
@ -39,7 +39,7 @@ mask:
|
||||
#endif
|
||||
|
||||
ENTRY(__copysignf)
|
||||
movlps MO(mask),%xmm3
|
||||
movss MO(mask),%xmm3
|
||||
andps %xmm3,%xmm0
|
||||
andnps %xmm1,%xmm3
|
||||
orps %xmm3,%xmm0
|
||||
|
Loading…
Reference in New Issue
Block a user