projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd196a4
)
Make IEEE conformance be the default.
author
drepper
<drepper>
Sun, 24 Aug 1997 10:49:53 +0000
(10:49 +0000)
committer
drepper
<drepper>
Sun, 24 Aug 1997 10:49:53 +0000
(10:49 +0000)
sysdeps/sparc/sparc32/fpu/fpu_control.h
patch
|
blob
|
history
diff --git
a/sysdeps/sparc/sparc32/fpu/fpu_control.h
b/sysdeps/sparc/sparc32/fpu/fpu_control.h
index
5ef3824
..
c069318
100644
(file)
--- a/
sysdeps/sparc/sparc32/fpu/fpu_control.h
+++ b/
sysdeps/sparc/sparc32/fpu/fpu_control.h
@@
-41,13
+41,11
@@
/* Now two recommended cw */
-/* Linux default:
+/* Linux
and IEEE
default:
- extended precision
- rounding to nearest
- - exceptions on overflow, zero divide and NaN */
-#define _FPU_DEFAULT 0x1e
-
-/* IEEE: same as above, but exceptions */
+ - no exceptions. */
+#define _FPU_DEFAULT 0x0
#define _FPU_IEEE 0x0
/* Type of the control word. */