about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_ceilf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/s_ceilf.S')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_ceilf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_ceilf.S b/sysdeps/x86_64/fpu/multiarch/s_ceilf.S
index 9a06a5c174..e7a7b3a470 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_ceilf.S
+++ b/sysdeps/x86_64/fpu/multiarch/s_ceilf.S
@@ -33,6 +33,6 @@ weak_alias (__ceilf, ceilf)
 
 
 ENTRY(__ceilf_sse41)
-	roundss	$2, %xmm0, %xmm0
+	roundss	$10, %xmm0, %xmm0
 	ret
 END(__ceilf_sse41)