mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
2013-09-19 Steve Ellcey <sellcey@mips.com>
* sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.
This commit is contained in:
parent
2487f2e6a5
commit
5b04bb073c
@ -1,3 +1,7 @@
|
||||
2013-09-23 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.
|
||||
|
||||
2013-09-23 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* sysdeps/mips/fpu_control.h (comments): Add capitalization and
|
||||
|
@ -90,6 +90,8 @@ extern fpu_control_t __fpu_control;
|
||||
#define _FPU_RC_ZERO 0x1
|
||||
#define _FPU_RC_UP 0x2
|
||||
#define _FPU_RC_DOWN 0x3
|
||||
/* Mask for rounding control. */
|
||||
#define _FPU_RC_MASK 0x3
|
||||
|
||||
#define _FPU_RESERVED 0xfe840000 /* Reserved bits in cw, incl NAN2008. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user