History log of /openbsd-src/regress/lib/libm/msun/fenv_test.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 498c7b5e 13-Dec-2021 deraadt <deraadt@openbsd.org>

Kill sys/cdefs.h includes, because overly complicated include+macro
for a sccsid replacement scheme which results an namespace damage
is an unfair trade
ok bluhm


# c36e572e 22-Oct-2021 mbuhl <mbuhl@openbsd.org>

add missing FreeBSD libm tests, update the others


# 487aca86 17-Jun-2021 kettenis <kettenis@openbsd.org>

Like ARM, RISC-V does not implement floating point exceptions.


# 62bcd63c 19-Oct-2020 kettenis <kettenis@openbsd.org>

Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't
implement this feature.


# f5ab549e 22-Feb-2019 bluhm <bluhm@openbsd.org>

For ia32 use a volatile double to force 64 bit rounding. Otherwise
the i387 would use its internal 80 bit stack. This fixes getround()
on i386.


# b2e15ace 21-Feb-2019 bluhm <bluhm@openbsd.org>

Replace the print "not ok" with an assert macro. This is consistent
to the other tests and causes a regress fail. Fix RCS Id.
from Moritz Buhl


# 4c142d94 21-Feb-2019 bluhm <bluhm@openbsd.org>

Copy tests for our libm implementation from FreeBSD. Only passing
tests are included, the others need some fixes in the library first.
Hopefully these tests will help us to find compiler bugs earlie

Copy tests for our libm implementation from FreeBSD. Only passing
tests are included, the others need some fixes in the library first.
Hopefully these tests will help us to find compiler bugs earlier.
from Moritz Buhl

show more ...