Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/i386/f_exp.c')
-rw-r--r--newlib/libc/machine/i386/f_exp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/newlib/libc/machine/i386/f_exp.c b/newlib/libc/machine/i386/f_exp.c
index a7fb05507..a348cbe93 100644
--- a/newlib/libc/machine/i386/f_exp.c
+++ b/newlib/libc/machine/i386/f_exp.c
@@ -8,6 +8,8 @@
* ====================================================
*/
+#if !defined(_SOFT_FLOAT)
+
/*
Fast version of exp using Intel float instructions.
@@ -42,4 +44,4 @@ double _f_exp (double x)
return x;
}
-
+#endif