aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_sinhf_2u3.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-12-19 12:34:51 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-12-19 12:34:51 +0000
commitd05594e6718e6d86959c823bea4f019dea878bcb (patch)
tree4f8b3d053c15b03b0138a037c8920d3ff595651c /pl/math/v_sinhf_2u3.c
parent0976cbd22158e1152070079642c21a6e02c21141 (diff)
downloadarm-optimized-routines-d05594e6718e6d86959c823bea4f019dea878bcb.tar.gz
pl/math: Replace WANT_ERRNO with WANT_SIMD_EXCEPT for Neon fenv
We were previously misusing the WANT_ERRNO build flag. This is now replaced everywhere appropriate with WANT_SIMD_EXCEPT. A small number of vector routines get fp exceptions right with no modification - the tests have been updated to track this.
Diffstat (limited to 'pl/math/v_sinhf_2u3.c')
-rw-r--r--pl/math/v_sinhf_2u3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/math/v_sinhf_2u3.c b/pl/math/v_sinhf_2u3.c
index a8bf5ae..50fc786 100644
--- a/pl/math/v_sinhf_2u3.c
+++ b/pl/math/v_sinhf_2u3.c
@@ -45,7 +45,7 @@ VPCS_ALIAS
PL_SIG (V, F, 1, sinh, -10.0, 10.0)
PL_TEST_ULP (V_NAME (sinhf), 1.76)
-PL_TEST_EXPECT_FENV (V_NAME (sinhf), WANT_ERRNO)
+PL_TEST_EXPECT_FENV_ALWAYS (V_NAME (sinhf))
PL_TEST_INTERVAL (V_NAME (sinhf), 0, 0x1.62e43p+6, 100000)
PL_TEST_INTERVAL (V_NAME (sinhf), -0, -0x1.62e43p+6, 100000)
PL_TEST_INTERVAL (V_NAME (sinhf), 0x1.62e43p+6, 0x1.65a9fap+6, 100)