Support binary and octal floating-point
commitc65a2f634b8ca75cceeb79a9afbc381a7ae0362f
authorH. Peter Anvin <hpa@zytor.com>
Tue, 23 Oct 2007 00:34:10 +0000 (22 17:34 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 23 Oct 2007 00:34:10 +0000 (22 17:34 -0700)
tree8da0be6ba7427bdb9aa3298884bce74c2cef30a9
parentbea0bbb62c9947421bc0fddcd2b58a40435e2181
Support binary and octal floating-point

For consistency, support binary and octal floating-point, and accept
a "0d" or "0t" prefix for decimal floating-point.  However, we do not
accept a binary exponent (p) for a decimal mantissa, or vice versa.
float.c
stdscan.c
test/radix.asm