aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_log2f_2u6.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_log2f_2u6.c')
-rw-r--r--pl/math/v_log2f_2u6.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pl/math/v_log2f_2u6.c b/pl/math/v_log2f_2u6.c
index 73bb84f..335b324 100644
--- a/pl/math/v_log2f_2u6.c
+++ b/pl/math/v_log2f_2u6.c
@@ -5,8 +5,10 @@
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
-#include "math_config.h"
#include "v_math.h"
+#include "math_config.h"
+#include "pl_sig.h"
+
#if V_SUPPORTED
#define N (1 << V_LOG2F_TABLE_BITS)
@@ -116,4 +118,6 @@ VPCS_ATTR v_f32_t V_NAME (log2f) (v_f32_t x)
return y;
}
VPCS_ALIAS
+
+PL_SIG (V, F, 1, log2, 0.01, 11.1)
#endif