aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_erfc_4u.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_erfc_4u.c')
-rw-r--r--pl/math/v_erfc_4u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_erfc_4u.c b/pl/math/v_erfc_4u.c
index 88f5172..9b08ead 100644
--- a/pl/math/v_erfc_4u.c
+++ b/pl/math/v_erfc_4u.c
@@ -9,6 +9,7 @@
#include "horner.h"
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -157,4 +158,5 @@ v_f64_t V_NAME (erfc) (v_f64_t x)
VPCS_ALIAS
PL_SIG (V, D, 1, erfc, -6.0, 28.0)
+PL_TEST_ULP (V_NAME (erfc), 3.15)
#endif