aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_asinhf_2u7.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_asinhf_2u7.c')
-rw-r--r--pl/math/v_asinhf_2u7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_asinhf_2u7.c b/pl/math/v_asinhf_2u7.c
index 7bce7ff..18a2395 100644
--- a/pl/math/v_asinhf_2u7.c
+++ b/pl/math/v_asinhf_2u7.c
@@ -6,6 +6,7 @@
#include "v_math.h"
#include "include/mathlib.h"
+#include "pl_sig.h"
#if V_SUPPORTED
@@ -53,4 +54,5 @@ VPCS_ATTR v_f32_t V_NAME (asinhf) (v_f32_t x)
}
VPCS_ALIAS
+PL_SIG (V, F, 1, asinh, -10.0, 10.0)
#endif