about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-02-09 20:46:36 +0000
committerAndreas Jaeger <aj@suse.de>2004-02-09 20:46:36 +0000
commitdf3dceb1c6e687c5dd414ee0452a6df2aec944a1 (patch)
tree1f5b48d905a2665983b045cd67a24d25b32bd452 /sysdeps/x86_64/fpu
parent57be8a82ed19377cf12faea8e0f4a39f8ee56979 (diff)
downloadglibc-df3dceb1c6e687c5dd414ee0452a6df2aec944a1.tar.gz
glibc-df3dceb1c6e687c5dd414ee0452a6df2aec944a1.tar.xz
glibc-df3dceb1c6e687c5dd414ee0452a6df2aec944a1.zip
Only load 4 bytes.
Diffstat (limited to 'sysdeps/x86_64/fpu')
-rw-r--r--sysdeps/x86_64/fpu/s_copysignf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/s_copysignf.S b/sysdeps/x86_64/fpu/s_copysignf.S
index 7e649e820a..f5dc5f78ad 100644
--- a/sysdeps/x86_64/fpu/s_copysignf.S
+++ b/sysdeps/x86_64/fpu/s_copysignf.S
@@ -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