about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/w_exp10_compat.c
blob: 49a0e03385e4bfe387daf400235a2f10f2d06763 (plain) (blame)
1
2
3
4
5
6
7
8
/* i386 provides an optimized __ieee754_exp10.  */
#ifdef SHARED
# define NO_COMPAT_NEEDED 1
# include <math/w_exp10_compat.c>
#else
# include <math-type-macros-double.h>
# include <w_exp10_template.c>
#endif