CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/14 08:02:57
Modified files:
sys/arch/mips64/mips64: fp_emulate.c lcore_float.S
Log message:
Wrap floating point instructions with .set hardfloat to make clang's
integrated assembler accept them in the kernel.
Move fsr access code into dedicated inline functions to improve
readability.
