NetBSD/sys/arch/m68k
briggs 59422960ea PR 7220 from Ken Nakata:
I've fixed most (not all) m68k FPE bugs that give bogus
calculation results, esp. fsqrt instruction.  Also, the internal FP
representation has been reduced from 115-bit mantissa to 67-bit
mantissa which reduced the required mantissa operation roughly by one
fourth.  I've done an extensive (though not exhaustive - it's
impossible!) test on the internal routines by feeding them randomly
generated FP numbers, and found that the new code is more precise than
MC68040 FPU (it seems to have a rounding bug).

[ Only change was to keep fpu_calcea.c's name instead of renaming to
  fpu_ea.c in Ken's patch.  --akb ]
1999-05-30 20:17:48 +00:00
..
060sp
conf Add COMPAT_SVR4 for m68k. 1999-04-19 21:22:56 +00:00
fpe PR 7220 from Ken Nakata: 1999-05-30 20:17:48 +00:00
fpsp
include whitespace... 1999-05-04 13:57:19 +00:00
m68k Use _C_LABEL() for [fs]ubail symbols. 1999-05-01 19:17:06 +00:00
Makefile
Makefile.inc