diff options
Diffstat (limited to 'math/w_exp2f.c')
-rw-r--r-- | math/w_exp2f.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_exp2f.c b/math/w_exp2f.c index 948d745..71aadce 100644 --- a/math/w_exp2f.c +++ b/math/w_exp2f.c @@ -5,3 +5,4 @@ #define declare_mgen_alias(a, b) #include <w_exp2_template.c> versioned_symbol (libm, __exp2f, exp2f, GLIBC_2_27); +libm_alias_float_other (__exp2, exp2) |