Add FP_ROP and FP_DIRTYZERO to MD range for VAX.

This commit is contained in:
matt 2004-01-20 19:26:53 +00:00
parent 9bf083c370
commit 20fe2d9da9

View File

@ -1,4 +1,4 @@
/* $NetBSD: math.h,v 1.30 2004/01/17 01:04:46 uwe Exp $ */
/* $NetBSD: math.h,v 1.31 2004/01/20 19:26:53 matt Exp $ */
/*
* ====================================================
@ -97,6 +97,8 @@ extern __const union __float_u __nanf;
#define FP_ZERO 0x04
/* NetBSD extensions */
#define _FP_LOMD 0x80 /* range for machine-specific classes */
#define FP_DIRTYZERO 0x80 /* VAX */
#define FP_ROP 0x81 /* VAX */
#define _FP_HIMD 0xff
#endif /* !_ANSI_SOURCE && ... */