aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_expm1_2u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_expm1_2u5.c')
-rw-r--r--pl/math/v_expm1_2u5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_expm1_2u5.c b/pl/math/v_expm1_2u5.c
index 78576a9..e0a31a5 100644
--- a/pl/math/v_expm1_2u5.c
+++ b/pl/math/v_expm1_2u5.c
@@ -7,6 +7,7 @@
#include "v_math.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -101,4 +102,5 @@ v_f64_t V_NAME (expm1) (v_f64_t x)
VPCS_ALIAS
PL_SIG (V, D, 1, expm1, -9.9, 9.9)
+PL_TEST_ULP (V_NAME (expm1), 1.68)
#endif