summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/infinity.c
blob: 3ba73067bb77676463fb262894f7d31f132b3f75 (plain)
1
2
3
4
5
6
7
8
9
/*
 * infinity.c
 *	$FreeBSD$
 */

#include <math.h>

/* bytes for +Infinity on a 387 */
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
OpenPOWER on IntegriCloud