freebsd_amp_hwpstate/lib/libc/amd64/gen/infinity.c

7 lines
126 B
C
Raw Normal View History

/* infinity.c */
#include <math.h>
/* bytes for +Infinity on a 387 */
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };