CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/21 14:29:17
Modified files:
sys/arch/mips64/conf: files.mips64
sys/arch/mips64/include: cpu.h ieeefp.h
sys/arch/mips64/mips64: lcore_float.S process_machdep.c trap.c
Added files:
sys/arch/mips64/mips64: fp_emulate.c
Removed files:
sys/arch/mips64/mips64: fp.S
Log message:
Replace the old floating point completion code with a C interface to the
MI softfloat code, implementing all MIPS IV specified floating point
operations.
Tested on R5000, R10000, R14000 and Loongson2F.