Fix unused functions in invtrig_test.c
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 22 Mar 2021 13:05:28 +0000 (13:05 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 22 Mar 2021 13:06:02 +0000 (13:06 +0000)
commit7f5693d05329ab976287b8d449e694e7a0f99e88
tree30fcc22c0f0563cf10b893966186cc8581d7d42c
parentc8c62548bffb83f3d25e062929c45d66fea755f1
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: 87d65c747a43 ("lib/msun: Allow building tests with WARNS=6")
Reported by: Jenkins
lib/msun/tests/invtrig_test.c