Only load 4 bytes.

This commit is contained in:
Andreas Jaeger 2004-02-09 20:46:36 +00:00
parent 57be8a82ed
commit df3dceb1c6

View File

@ -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