(_FPU_DEFAULT): Set the AC bit.

This commit is contained in:
Ulrich Drepper 2000-02-11 18:04:46 +00:00
parent 8aa2f31c9a
commit 21519d3f39

View File

@ -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;