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_frexpf.S')
-rw-r--r--newlib/libc/machine/i386/f_frexpf.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/i386/f_frexpf.S b/newlib/libc/machine/i386/f_frexpf.S
index 13d5a82be..7b373612c 100644
--- a/newlib/libc/machine/i386/f_frexpf.S
+++ b/newlib/libc/machine/i386/f_frexpf.S
@@ -8,6 +8,8 @@
* ====================================================
*/
+#if !defined(_SOFT_FLOAT)
+
/*
Fast version of frexpf using Intel float instructions.
@@ -42,3 +44,5 @@ SYM (_f_frexpf):
leave
ret
+
+#endif