fix m68k float.h long double exponent range
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2018 19:28:49 +0000 (15:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2018 19:28:49 +0000 (15:28 -0400)
commit84b25160e7e15e7531533a9a6b22d5431d1b7629
treee236670f91b5117d16e9134c7883810379669a82
parent0cd2be231481d68d244662bde25ad9cadbd7221d
fix m68k float.h long double exponent range

unlike the x86 variant, the m68k ld80 format allows (biased) exponent
zero with mantissa msb set, thereby extending the normal range.
arch/m68k/bits/float.h