summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/infinity.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/gen/infinity.c')
-rw-r--r--lib/libc/amd64/gen/infinity.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libc/amd64/gen/infinity.c b/lib/libc/amd64/gen/infinity.c
deleted file mode 100644
index 464b402..0000000
--- a/lib/libc/amd64/gen/infinity.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * infinity.c
- */
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
-#include <math.h>
-
-/* bytes for +Infinity on a 387 */
-const union __infinity_un __infinity = { { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } };
-
-/* bytes for NaN */
-const union __nan_un __nan = { { 0, 0, 0xc0, 0xff } };
OpenPOWER on IntegriCloud