Unify all standard IEEE floating-point formats; add 128-bit
authorH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 00:50:34 +0000 (17:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 00:50:34 +0000 (17:50 -0700)
commite31747e95bba75c7e27d0a76f0e385c6d12351e2
treeea6bc9c4c7a3cfc8378a2b91250778e14188d351
parentcfbe7c3cc2dbdfe1268e2d0a19fc59b52cbcfcc5
Unify all standard IEEE floating-point formats; add 128-bit

Unify all the standard IEEE formats into one function, add support for
IEEE standard 128-bit floating point numbers.

The 80-bit format is still special since it explicitly represents the
integer portion.
float.c
test/float.asm [new file with mode: 0644]