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