xref: /freebsd/lib/libc/amd64/gen/infinity.c (revision ee2ea5ceafed78a5bd9810beb9e3ca927180c226)
1 /*
2  * infinity.c
3  */
4 
5 #include <sys/cdefs.h>
6 __FBSDID("$FreeBSD$");
7 
8 #include <math.h>
9 
10 /* bytes for +Infinity on a 387 */
11 char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
12