CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/08 12:26:46
Modified files:
sys/arch/mips64/mips64: fp.S
Log message:
Minimal completion support for .l.s and .l.d routines, necessary for at
least the R5k and R10k family FPU which trap if the operands are too large
(i.e. positive unbiased exponent > fracbits).
This is quick and dirty band aid until that code is replaced with interface
code to the MI kernel softfloat code.
