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