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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_log2f_2u6.c b/pl/math/v_log2f_2u6.c
index 335b324..8d7d138 100644
--- a/pl/math/v_log2f_2u6.c
+++ b/pl/math/v_log2f_2u6.c
@@ -8,6 +8,7 @@
#include "v_math.h"
#include "math_config.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -120,4 +121,5 @@ VPCS_ATTR v_f32_t V_NAME (log2f) (v_f32_t x)
VPCS_ALIAS
PL_SIG (V, F, 1, log2, 0.01, 11.1)
+PL_TEST_ULP (V_NAME (log2f), 2.10)
#endif