diff options
Diffstat (limited to 'math/w_log2f.c')
-rw-r--r-- | math/w_log2f.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_log2f.c b/math/w_log2f.c index cda0c3a644..d21b602d56 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.c @@ -5,3 +5,4 @@ #define declare_mgen_alias(a, b) #include <w_log2_template.c> versioned_symbol (libm, __log2f, log2f, GLIBC_2_27); +libm_alias_float_other (__log2, log2) |