58257ccb16e6941068f517bdc59520cc6f5100a1
[dragonfly.git] / lib / libc / amd64 / gen / nanf.c
1 /*
2  * $DragonFly: src/lib/libc/amd64/gen/nanf.c,v 1.1 2006/07/27 00:46:57 corecode Exp $
3  */
4
5 #include <sys/cdefs.h>
6
7 #include <math.h>
8 #include <machine/endian.h>
9
10 /* bytes for quiet NaN (IEEE single precision) */
11 const union __float_u __nanf =
12                 { {    0,    0, 0xc0, 0x7f } };