kernel: fix sanity check
[minix.git] / sys / arch / arm / include / ieee.h
blob1319178ac565478729ab06c16e5772576038c309
1 /* $NetBSD: ieee.h,v 1.9 2005/12/11 12:16:47 christos Exp $ */
3 #include <sys/ieee754.h>
5 /*
6 * A NaN is a `signalling NaN' if its QUIETNAN bit is clear in its
7 * high fraction; if the bit is set, it is a `quiet NaN'.
8 */
10 #if 0
11 #define SNG_QUIETNAN (1 << 22)
12 #define DBL_QUIETNAN (1 << 19)
13 #endif