/*
* These bits match the fpcr as well as bits 12:11
* in fp operate instructions
*/
/* XXX remove since fenv.h now contains (but with different values)? */
#if 0
#define FE_TOWARDZERO 0 /* round to zero (truncate) */
#define FE_DOWNWARD 1 /* round toward negative infinity */
#define FE_TONEAREST 2 /* round to nearest representable number */
#define FE_UPWARD 3 /* round toward positive infinity */
#endif