diff options
Diffstat (limited to 'libm/include/amd64/machine')
-rw-r--r-- | libm/include/amd64/machine/fenv.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libm/include/amd64/machine/fenv.h b/libm/include/amd64/machine/fenv.h index 79a4120..c2b25ed 100644 --- a/libm/include/amd64/machine/fenv.h +++ b/libm/include/amd64/machine/fenv.h @@ -51,7 +51,6 @@ __BEGIN_DECLS */ #define FE_ALL_EXCEPT (FE_INVALID | FE_DENORMAL | FE_DIVBYZERO | \ FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT) -#define _SSE_MASK_SHIFT 7 /* * Each symbol representing the rounding direction, expands to an integer @@ -65,14 +64,6 @@ __BEGIN_DECLS #define FE_TOWARDZERO 0xc00 /* - * The following symbol is simply the bitwise-inclusive OR of all floating-point - * rounding direction constants defined above. - */ -#define _X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | \ - FE_TOWARDZERO) -#define _SSE_ROUND_SHIFT 3 - -/* * fenv_t represents the entire floating-point environment. */ typedef struct { |