]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Disable raising exception, not enabling it.
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Feb 2000 01:57:11 +0000 (01:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Feb 2000 01:57:11 +0000 (01:57 +0000)
sysdeps/libm-i387/s_nearbyint.S
sysdeps/libm-i387/s_nearbyintf.S
sysdeps/libm-i387/s_nearbyintl.S

index 65ce4f76a15bafe26be0a1e9dd24550142fa586c..d8bb382d9e66d0177342cd6b79106856141e9a42 100644 (file)
@@ -12,7 +12,7 @@ ENTRY(__nearbyint)
        pushl   %ecx
        fnstcw  (%esp)
        movl    (%esp), %eax
-       andl    $~0x20, %eax
+       orl     $0x20, %eax
        movl    %eax, 4(%esp)
        fldcw   4(%esp)
        frndint
index 090c631607595af7b3eaf0395d57b50cf2db9d01..21858650e2adac2e6c8d92ac5762ab5d24d02374 100644 (file)
@@ -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
index 2f60af8f18214daa3d901449e8b42e3ae5cf57a5..d74dacb990778feddad21952318aed0c91447ff0 100644 (file)
@@ -12,7 +12,7 @@ ENTRY(__nearbyintl)
        pushl   %ecx
        fnstcw  (%esp)
        movl    (%esp), %eax
-       andl    $~0x20, %eax
+       orl     $0x20, %eax
        movl    %eax, 4(%esp)
        fldcw   4(%esp)
        frndint