aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_sinh_3u.c
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2022-12-15 13:27:57 +0000
committerJoe Ramsay <joe.ramsay@arm.com>2022-12-15 13:27:57 +0000
commitd748e1520dd2ff5ad3574bd0827cdd882bf6bed8 (patch)
tree91c52639f3759e5148e8fc30c11096cfc886d048 /pl/math/v_sinh_3u.c
parentecb1c6f6ea7872645cb4c26514d5f64815b61a1b (diff)
downloadarm-optimized-routines-d748e1520dd2ff5ad3574bd0827cdd882bf6bed8.tar.gz
pl/math: Move fenv expectations out of runulp.sh
Introduces a new macro, similar to how ULP thresholds are now handled, that emits a list of routines which are expected to correctly trigger fenv exceptions, to be consumed by runulp.sh. All scalar routines are expected to do so. A small number of Neon routines are also expected to, dependent on WANT_ERRNO.
Diffstat (limited to 'pl/math/v_sinh_3u.c')
-rw-r--r--pl/math/v_sinh_3u.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pl/math/v_sinh_3u.c b/pl/math/v_sinh_3u.c
index 7d6b612..bab8896 100644
--- a/pl/math/v_sinh_3u.c
+++ b/pl/math/v_sinh_3u.c
@@ -46,4 +46,5 @@ VPCS_ALIAS
PL_SIG (V, D, 1, sinh, -10.0, 10.0)
PL_TEST_ULP (V_NAME (sinh), 2.08)
+PL_TEST_EXPECT_FENV (V_NAME (sinh), WANT_ERRNO)
#endif