From: Ulrich Drepper Date: Fri, 11 Feb 2000 18:49:01 +0000 (+0000) Subject: (_FPU_DEFAULT): Set the AC bit. X-Git-Tag: glibc-2.16-ports-merge^2~2686 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dca440b10c5709a417b4995d2ab5ca52aa2cb3d;p=platform%2Fupstream%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 27b8dda..b5338c5 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;