From: Ulrich Drepper Date: Fri, 11 Feb 2000 18:04:46 +0000 (+0000) Subject: (_FPU_DEFAULT): Set the AC bit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21519d3f3970d55d62f46ad89871973a3242592f;p=thirdparty%2Fglibc.git (_FPU_DEFAULT): Set the AC bit. --- diff --git a/sysdeps/arm/fpu/fpu_control.h b/sysdeps/arm/fpu/fpu_control.h index 27b8dda9723..b5338c57556 100644 --- a/sysdeps/arm/fpu/fpu_control.h +++ b/sysdeps/arm/fpu/fpu_control.h @@ -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;