diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 8bfbebc..2537b2a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -127,7 +127,8 @@ type-ldouble-yes := ldouble type-double-suffix := type-double-routines := branred doasin dosincos mpa mpatan2 \ k_rem_pio2 mpatan mpsqrt mptan sincos32 \ - sincostab math_err e_exp_data e_log_data + sincostab math_err e_exp_data e_log_data \ + e_log2_data # float support type-float-suffix := f |