(_FPU_DEFAULT): Set the AC bit.
authorUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 18:49:01 +0000 (18:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 18:49:01 +0000 (18:49 +0000)
sysdeps/arm/fpu/fpu_control.h

index 27b8dda..b5338c5 100644 (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;