aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_erfcf_1u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_erfcf_1u.c')
-rw-r--r--pl/math/v_erfcf_1u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_erfcf_1u.c b/pl/math/v_erfcf_1u.c
index cf2b174..e39801e 100644
--- a/pl/math/v_erfcf_1u.c
+++ b/pl/math/v_erfcf_1u.c
@@ -9,6 +9,7 @@
#include "erfcf.h"
#include "estrin.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -172,4 +173,5 @@ v_f32_t V_NAME (erfcf) (v_f32_t x)
VPCS_ALIAS
PL_SIG (V, F, 1, erfc, -6.0, 28.0)
+PL_TEST_ULP (V_NAME (erfcf), 0.26)
#endif