4e2cf3688b
the fmovecr constant table has the internal format of the constants. So, when changing the mantissa size by a non-multiple of 32 bits, we'd have to change this table, too. As all other code changes just chopped of the least significand 32bit word of the mantissa, we correct the mantissa size instead to (115 - 32 == 83) bits. fpu_fmovecr.c: put a safety belt in, to catch the next person who doesn't know this. fpu_int.c: in one place, the reduction of the mantissa size was overlooked. fpu_log.c: as the most significand 32bit word of the mantissa was changed back to the old format, change back the table indexing code, too. This should fix PR 11045. |
||
---|---|---|
.. | ||
060sp | ||
conf | ||
fpe | ||
fpsp | ||
include | ||
m68k | ||
Makefile | ||
Makefile.inc |