(_FPU_DEFAULT): Set the AC bit.

This commit is contained in:
Ulrich Drepper 2000-02-11 18:49:01 +00:00
parent a233bb29c8
commit 9dca440b10
1 changed files with 1 additions and 1 deletions

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;