mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
MIPS floating point control information.
This commit is contained in:
parent
18aa0178af
commit
1599a5f3d2
@ -1,5 +1,5 @@
|
||||
/* FPU control word bits. Mips version.
|
||||
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Olaf Flebbe and Ralf Baechle.
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
/* The fdlibm code requires strict IEEE double precision arithmetic,
|
||||
and no interrupts for exceptions, rounding to nearest. */
|
||||
|
||||
#define _FPU_DEFAULT 0x00000600
|
||||
#define _FPU_DEFAULT 0x00000000
|
||||
|
||||
/* IEEE: same as above, but exceptions */
|
||||
#define _FPU_IEEE 0x00000F80
|
||||
|
Loading…
Reference in New Issue
Block a user