glibc/sysdeps/m68k/m680x0/fpu/w_log10f_compat.c

9 lines
210 B
C

/* m68k provides an optimized __ieee754_log10f. */
#ifdef SHARED
# define NO_COMPAT_NEEDED 1
# include <math/w_log10f_compat.c>
#else
# include <math-type-macros-float.h>
# include <w_log10_template.c>
#endif