Support C99-style hexadecimal floating point.
authorH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 01:31:26 +0000 (18:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 19 Sep 2007 01:31:26 +0000 (18:31 -0700)
commitfe2177fe4287bbfa9205bcd362694f47870a3c30
tree8121152ecea8ed93fe0aafd127d02e796240a085
parente31747e95bba75c7e27d0a76f0e385c6d12351e2
Support C99-style hexadecimal floating point.

Add support for C99-style hexadecimal floating point.  The format is
0x <hexadecimal mantissa> p <binary exponent>.  0x1.0e+1 thus is the
same as 2.0.
float.c
stdscan.c