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 974e6df..02e8098 100644
--- a/pl/math/v_asinh_2u5.c
+++ b/pl/math/v_asinh_2u5.c
@@ -6,6 +6,7 @@
#include "v_math.h"
#include "estrin.h"
+#include "pl_sig.h"
#if V_SUPPORTED
@@ -152,4 +153,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)
#endif