tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
lib
/
libm
/
fenv
/
at
jcs
2 files
Makefile
Clang does not support -ffloat-store, so libm fenv test failed on i386. Gcc uses this option it to store x87 registers to memory. This reduces precision and enforces rounding which this test checks. The same effect can be achieved by using a volatile double variable for the result. This works for both compilers. OK kettenis@
8 years ago
fenv.c
Like ARM, RISC-V does not implement floating point exceptions.
4 years ago