mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
08ddd26814
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>
4 lines
111 B
C
4 lines
111 B
C
/* i386 provides an optimized __ieee754_exp10. */
|
|
#define NO_COMPAT_NEEDED 1
|
|
#include <math/w_exp10_compat.c>
|