aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_asinh_2u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_asinh_2u5.c')
-rw-r--r--pl/math/v_asinh_2u5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_asinh_2u5.c b/pl/math/v_asinh_2u5.c
index 02e8098..d7f9a50 100644
--- a/pl/math/v_asinh_2u5.c
+++ b/pl/math/v_asinh_2u5.c
@@ -7,6 +7,7 @@
#include "v_math.h"
#include "estrin.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -154,4 +155,5 @@ VPCS_ATTR v_f64_t V_NAME (asinh) (v_f64_t x)
VPCS_ALIAS
PL_SIG (V, D, 1, asinh, -10.0, 10.0)
+PL_TEST_ULP (V_NAME (asinh), 1.54)
#endif