It appears that unlike other architectures the RISC-V headers on FreeBSD
don't expose the required macros yet, so add another ifdef to check for
presence of FP_X_INV before using it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOLDT svn-test-suite
- Build Status
Buildable 75420 Build 99109: arc lint + arc unit
Event Timeline
Comment Actions
Even if these were implemented on RISC-V they'd just be stubs anyway because there is no support for hardware FPU traps, you have to check fflags in software.
MultiSource/Benchmarks/MiBench/consumer-lame/lame.c | ||
---|---|---|
1207 |
Comment Actions
LGTM.
MultiSource/Benchmarks/MiBench/consumer-lame/lame.c | ||
---|---|---|
1205 | While here you might fix this typo? |
Comment Actions
Seems like the test-suite repository doesn't auto-close revisions.
Committed as https://github.com/llvm/llvm-test-suite/commit/271b87d2637e0b49b1f87a70be3473181c4cf3ac.
While here you might fix this typo?