Instead, use a runtime decision to handle COP1 traps. If floating point
support is present in the current CPU, enable saving of the floating point
state. If support is not present, fail with SIGILL.
Details
Details
- Reviewers
imp br - Commits
- rS324724: Remove CPU_HAVEFPU.
- Booted mips64hf world under qemu with a mips64 kernel. Ran a test program that used floating point in this setup as well.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable