Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / lib / libc / i386 / gen / infinityl.c
1 /*      $NetBSD: infinityl.c,v 1.2 2005/06/12 05:21:26 lukem Exp $      */
2 /*      $DragonFly: src/lib/libc/i386/gen/infinityl.c,v 1.1 2005/07/26 21:15:19 joerg Exp $ */
3
4 /*
5  * IEEE-compatible infinityl.c for little-endian 80-bit format -- public domain.
6  * Note that the representation includes 16 bits of tail padding per i386 ABI.
7  */
8
9 #include <math.h>
10
11 const union __long_double_u __infinityl =
12         { { 0, 0, 0, 0, 0, 0, 0, 0x80, 0xff, 0x7f, 0, 0 } };