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/libm/machine/i386/f_atan2f.S')
-rw-r--r--newlib/libm/machine/i386/f_atan2f.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libm/machine/i386/f_atan2f.S b/newlib/libm/machine/i386/f_atan2f.S
index 092fec4d6..babd7ff9d 100644
--- a/newlib/libm/machine/i386/f_atan2f.S
+++ b/newlib/libm/machine/i386/f_atan2f.S
@@ -8,6 +8,8 @@
* ====================================================
*/
+#if !defined(_SOFT_FLOAT)
+
/*
Fast version of atan2f using Intel float instructions.
@@ -31,3 +33,5 @@ SYM (_f_atan2f):
leave
ret
+
+#endif