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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pl/math/v_erfcf_1u.c b/pl/math/v_erfcf_1u.c
index d9c65a5..cf2b174 100644
--- a/pl/math/v_erfcf_1u.c
+++ b/pl/math/v_erfcf_1u.c
@@ -8,6 +8,7 @@
#include "v_math.h"
#include "erfcf.h"
#include "estrin.h"
+#include "pl_sig.h"
#if V_SUPPORTED
@@ -169,4 +170,6 @@ v_f32_t V_NAME (erfcf) (v_f32_t x)
return y;
}
VPCS_ALIAS
+
+PL_SIG (V, F, 1, erfc, -6.0, 28.0)
#endif