glibc/sysdeps/i386/fpu/w_exp10_compat.c
Wilco Dijkstra 08ddd26814 math: remove exp10 wrappers
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>
2024-01-12 16:02:12 +00:00

4 lines
111 B
C

/* i386 provides an optimized __ieee754_exp10. */
#define NO_COMPAT_NEEDED 1
#include <math/w_exp10_compat.c>