Merge branch 'vendor/NCURSES'
[dragonfly.git] / lib / libc / x86_64 / gen / nanf.c
1 #include <sys/cdefs.h>
2
3 #include <math.h>
4 #include <machine/endian.h>
5
6 /* bytes for quiet NaN (IEEE single precision) */
7 const union __float_u __nanf =
8                 { {    0,    0, 0xc0, 0x7f } };