mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Remove the error handling wrapper from exp10. This is very similar to the changes done to exp and exp2, except that we also need to handle pow10 and pow10l. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
3 lines
111 B
C
3 lines
111 B
C
/* m68k provides an optimized __ieee754_exp10. */
|
|
#define NO_COMPAT_NEEDED 1
|
|
#include <math/w_exp10_compat.c>
|