aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_expm1f_1u6.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_expm1f_1u6.c')
-rw-r--r--pl/math/v_expm1f_1u6.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pl/math/v_expm1f_1u6.c b/pl/math/v_expm1f_1u6.c
index e18814e..6d1ae0e 100644
--- a/pl/math/v_expm1f_1u6.c
+++ b/pl/math/v_expm1f_1u6.c
@@ -6,6 +6,7 @@
*/
#include "v_math.h"
+#include "pl_sig.h"
#if V_SUPPORTED
@@ -81,4 +82,6 @@ v_f32_t V_NAME (expm1f) (v_f32_t x)
return y;
}
VPCS_ALIAS
+
+PL_SIG (V, F, 1, expm1, -9.9, 9.9)
#endif