mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
Thu May 2 22:41:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_DEFAULT): Disable all exceptions.
This commit is contained in:
parent
3170dd8585
commit
8f202d4b83
@ -80,11 +80,9 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
/* Now two recommended fpucr */
|
||||
|
||||
/* Linux default:
|
||||
- extended precision
|
||||
- rounding to nearest
|
||||
- exceptions on overflow, zero divide and NaN */
|
||||
#define _FPU_DEFAULT 0x00005400
|
||||
/* The fdlibm code requires no interrupts for exceptions. Don't
|
||||
change the rounding mode, it would break long double I/O! */
|
||||
#define _FPU_DEFAULT 0x00000000
|
||||
|
||||
/* IEEE: same as above, but exceptions. We must make it non-zero so
|
||||
that __setfpucw works. This bit will be ignored. */
|
||||
|
Loading…
Reference in New Issue
Block a user