aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_log10f_3u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_log10f_3u5.c')
-rw-r--r--pl/math/v_log10f_3u5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_log10f_3u5.c b/pl/math/v_log10f_3u5.c
index 8bf8bb3..f25da91 100644
--- a/pl/math/v_log10f_3u5.c
+++ b/pl/math/v_log10f_3u5.c
@@ -8,6 +8,7 @@
#include "v_math.h"
#include "mathlib.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -74,4 +75,5 @@ v_f32_t V_NAME (log10f) (v_f32_t x)
VPCS_ALIAS
PL_SIG (V, F, 1, log10, 0.01, 11.1)
+PL_TEST_ULP (V_NAME (log10f), 2.81)
#endif