freebsd-dev/lib/msun/tests
Alex Richardson 7f5693d053 Fix unused functions in invtrig_test.c
I only tested the WARNS=6 change on AArch64 and AMD64, but this file has
unused functions for architectures with LDBL_PREC == 53.

While touching this file change the LDBL_PREC == 53 checks to i386 checks.
The long double tests should only be disabled for i386 (due to the rather
odd rounding mode that it uses) not all architectures where long double
is the same as double.

PR:		205449
Fixes:		87d65c747a ("lib/msun: Allow building tests with WARNS=6")
Reported by:	Jenkins
2021-03-22 13:06:02 +00:00
..
cexp_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
conj_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
csqrt_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
ctrig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
exponential_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
fenv_test.c lib/msun/tests: Add more debug output to fenv_test.c 2021-03-22 11:55:07 +00:00
fma_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
fmaxmin_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
ilogb_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
invctrig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
invtrig_test.c Fix unused functions in invtrig_test.c 2021-03-22 13:06:02 +00:00
logarithm_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
lrint_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
lround_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
Makefile lib/msun/tests: Add more debug output to fenv_test.c 2021-03-22 11:55:07 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nan_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
nearbyint_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
next_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
rem_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
test-utils.h Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
trig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00