Add sysdeps/ieee754/soft-fp.
[glibc.git] / math / w_logf.c
blob63736f453060606e03a0609b1c7ad71cae1596e4
1 #include <math-type-macros-float.h>
2 #undef __USE_WRAPPER_TEMPLATE
3 #define __USE_WRAPPER_TEMPLATE 1
4 #undef declare_mgen_alias
5 #define declare_mgen_alias(a, b)
6 #include <w_log_template.c>
7 versioned_symbol (libm, __logf, logf, GLIBC_2_27);
8 libm_alias_float_other (__log, log)