]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Only load 4 bytes.
authorAndreas Jaeger <aj@suse.de>
Mon, 9 Feb 2004 20:46:36 +0000 (20:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 9 Feb 2004 20:46:36 +0000 (20:46 +0000)
sysdeps/x86_64/fpu/s_copysignf.S

index 7e649e820a7c655a99d595fb2e664ddcb464f5d2..f5dc5f78ad97019a8bac26fb56b2f76d8040e7b9 100644 (file)
@@ -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