freebsd-src/lib/msun/tests
Dimitry Andric cf97d2a1da Build lib/msun tests with compiler builtins disabled
This forces the compiler to emit calls to libm functions, instead of
possibly substituting pre-calculated results at compile time, which
should help to actually test those functions.

Reviewed by:	emaste, arichardson, ngie
Differential Revision: https://reviews.freebsd.org/D28577
MFC after:	3 days
2021-02-23 21:10:01 +01:00
..
cexp_test.c
conj_test.c
csqrt_test.c
ctrig_test.c lib/msun/ctrig_test: Print the mismatched values on failure 2021-02-23 09:39:40 +00:00
exponential_test.c
fenv_test.c Avoid double output in fenv_test 2021-01-29 09:29:27 +00:00
fma_test.c
fmaxmin_test.c
ilogb_test.c
invctrig_test.c
invtrig_test.c
logarithm_test.c
lrint_test.c msun tests: use standard floating-point exception flags on lrint and fenv tests 2020-11-18 19:23:30 +00:00
lround_test.c
lround_test.t
Makefile Build lib/msun tests with compiler builtins disabled 2021-02-23 21:10:01 +01:00
Makefile.depend
nan_test.c
nearbyint_test.c
next_test.c
rem_test.c
test-utils.h
trig_test.c Update comment missed in 83ff5d5d98 2021-01-29 09:19:27 +00:00