about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/w_exp10_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/w_exp10_compat.c')
-rw-r--r--sysdeps/i386/fpu/w_exp10_compat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/w_exp10_compat.c b/sysdeps/i386/fpu/w_exp10_compat.c
new file mode 100644
index 0000000000..b53455386e
--- /dev/null
+++ b/sysdeps/i386/fpu/w_exp10_compat.c
@@ -0,0 +1,3 @@
+/* i386 provides an optimized __ieee754_exp10.  */
+#define NO_COMPAT_NEEDED 1
+#include <math/w_exp10_compat.c>