mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
(_FPU_DEFAULT): Set the AC bit.
This commit is contained in:
parent
8aa2f31c9a
commit
21519d3f39
@ -71,7 +71,7 @@
|
||||
|
||||
/* 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 /* Default value. */
|
||||
#define _FPU_DEFAULT 0x00001000 /* Default value. */
|
||||
|
||||
/* Type of the control word. */
|
||||
typedef unsigned int fpu_control_t;
|
||||
|
Loading…
Reference in New Issue
Block a user