diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-02-08 20:37:55 +0000 |
| commit | 8cf5ed5125ca8f57fa6f27892f3fbda25a52d354 (patch) | |
| tree | 5fa8c1927e480809720c766a3f48569e33c80af9 /lib/libc/powerpc/gen/infinity.c | |
| parent | 856417ebfd05b1330ae28035e7582e0b543b7619 (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc/gen/infinity.c')
| -rw-r--r-- | lib/libc/powerpc/gen/infinity.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/infinity.c b/lib/libc/powerpc/gen/infinity.c index 428f24dfc7b5..cf1695e68028 100644 --- a/lib/libc/powerpc/gen/infinity.c +++ b/lib/libc/powerpc/gen/infinity.c @@ -12,3 +12,6 @@ __FBSDID("$FreeBSD$"); /* bytes for +Infinity on powerpc */ const union __infinity_un __infinity = { { 0x7f, 0xf0, 0, 0, 0, 0, 0, 0 } }; + +/* bytes for NaN */ +const union __nan_un __nan = { { 0xff, 0xc0, 0, 0 } }; |
