2024-01-09 15:32:08 +00:00
|
|
|
/* i386 provides an optimized __ieee754_exp10. */
|
2024-03-20 14:31:54 +00:00
|
|
|
#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
|