aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_nearbyintf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_nearbyintf.S')
-rw-r--r--sysdeps/i386/fpu/s_nearbyintf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_nearbyintf.S b/sysdeps/i386/fpu/s_nearbyintf.S
index 090c631607..21858650e2 100644
--- a/sysdeps/i386/fpu/s_nearbyintf.S
+++ b/sysdeps/i386/fpu/s_nearbyintf.S
@@ -12,7 +12,7 @@ ENTRY(__nearbyintf)
pushl %ecx
fnstcw (%esp)
movl (%esp), %eax
- andl $~0x20, %eax
+ orl $0x20, %eax
movl %eax, 4(%esp)
fldcw 4(%esp)
frndint