mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
2013-09-23 Steve Ellcey <sellcey@mips.com>
* sysdeps/mips/fpu_control.h (comments): Add capitalization and periods to match GNU standard.
This commit is contained in:
parent
303e567a80
commit
2487f2e6a5
@ -1,3 +1,8 @@
|
||||
2013-09-23 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* sysdeps/mips/fpu_control.h (comments): Add capitalization and
|
||||
periods to match GNU standard.
|
||||
|
||||
2013-09-20 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* sysdeps/mips/memset.S: Change prefetching and add loop unrolling.
|
||||
|
@ -71,21 +71,21 @@ extern fpu_control_t __fpu_control;
|
||||
|
||||
#else /* __mips_soft_float */
|
||||
|
||||
/* masking of interrupts */
|
||||
/* Masks for interrupts. */
|
||||
#define _FPU_MASK_V 0x0800 /* Invalid operation */
|
||||
#define _FPU_MASK_Z 0x0400 /* Division by zero */
|
||||
#define _FPU_MASK_O 0x0200 /* Overflow */
|
||||
#define _FPU_MASK_U 0x0100 /* Underflow */
|
||||
#define _FPU_MASK_I 0x0080 /* Inexact operation */
|
||||
|
||||
/* flush denormalized numbers to zero */
|
||||
/* Flush denormalized numbers to zero. */
|
||||
#define _FPU_FLUSH_TZ 0x1000000
|
||||
|
||||
/* IEEE 754-2008 compliance control. */
|
||||
#define _FPU_ABS2008 0x80000
|
||||
#define _FPU_NAN2008 0x40000
|
||||
|
||||
/* rounding control */
|
||||
/* Rounding control. */
|
||||
#define _FPU_RC_NEAREST 0x0 /* RECOMMENDED */
|
||||
#define _FPU_RC_ZERO 0x1
|
||||
#define _FPU_RC_UP 0x2
|
||||
|
Loading…
Reference in New Issue
Block a user