]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_FPU_DEFAULT): Set the AC bit.
authorUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 18:04:46 +0000 (18:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 18:04:46 +0000 (18:04 +0000)
sysdeps/arm/fpu/fpu_control.h

index 27b8dda9723911cf5eab7c3fa4f359ad8ea00c91..b5338c5755687eb8fd1f446f145d745f0df1fc1b 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;