aboutsummaryrefslogtreecommitdiff
path: root/math/v_log_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/v_log_data.c')
-rw-r--r--math/v_log_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/v_log_data.c b/math/v_log_data.c
index 36fe867..97ee5b0 100644
--- a/math/v_log_data.c
+++ b/math/v_log_data.c
@@ -6,6 +6,7 @@
*/
#include "v_log.h"
+#if WANT_VMATH
#define N (1 << V_LOG_TABLE_BITS)
@@ -154,3 +155,4 @@ const struct v_log_data __v_log_data[N] = {
{0x1.6e1ee3700cd11p-1, 0x1.57690d5744a45p-2},
{0x1.6c162fc9cbe02p-1, 0x1.5d1d758e45217p-2},
};
+#endif