aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_log10_2u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_log10_2u5.c')
-rw-r--r--pl/math/v_log10_2u5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pl/math/v_log10_2u5.c b/pl/math/v_log10_2u5.c
index c481b00..014accc 100644
--- a/pl/math/v_log10_2u5.c
+++ b/pl/math/v_log10_2u5.c
@@ -8,6 +8,7 @@
#include "v_math.h"
#include "include/mathlib.h"
#include "pl_sig.h"
+#include "pl_test.h"
#if V_SUPPORTED
@@ -101,4 +102,5 @@ v_f64_t V_NAME (log10) (v_f64_t x)
VPCS_ALIAS
PL_SIG (V, D, 1, log10, 0.01, 11.1)
+PL_TEST_ULP (V_NAME (log10), 1.97)
#endif