Cleanup and style(9) fixes. No functional change.
This commit is contained in:
parent
d10526a03b
commit
322d6e0236
@ -37,9 +37,6 @@ typedef int fp_except_t;
|
||||
#define FP_X_OFL IA64_FPSR_TRAP_OD /* overflow exception */
|
||||
#define FP_X_UFL IA64_FPSR_TRAP_UD /* underflow exception */
|
||||
#define FP_X_IMP IA64_FPSR_TRAP_ID /* imprecise(inexact) exception */
|
||||
#if 0
|
||||
#define FP_X_IOV 0 /* integer overflow XXX? */
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
FP_RZ=0, /* round to zero (truncate) */
|
||||
|
Loading…
Reference in New Issue
Block a user