aboutsummaryrefslogtreecommitdiff
path: root/math/v_exp_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/v_exp_data.c')
-rw-r--r--math/v_exp_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/v_exp_data.c b/math/v_exp_data.c
index 19b2701..3653554 100644
--- a/math/v_exp_data.c
+++ b/math/v_exp_data.c
@@ -6,6 +6,7 @@
*/
#include "v_exp.h"
+#if WANT_VMATH
#define N (1 << V_EXP_TABLE_BITS)
@@ -399,3 +400,4 @@ const u64_t __v_exp_data[] = {
0x3feff9d96b2a23d9,
#endif
};
+#endif