summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/i386/f_frexp.S
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2001-12-19 03:03:43 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2001-12-19 03:03:43 +0000
commit60565ed65755b5d6803dd5eb235973031bdf9d5c (patch)
tree6b880a8506a1757a3c71abff3e8ddf7ff2c1f217 /newlib/libm/machine/i386/f_frexp.S
parent08e857b49a2fe0726bd8123f0c6a195cf58ea320 (diff)
downloadcygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.tar.gz
cygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.tar.bz2
cygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.zip
2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>
* libc/machine/i386/f_*: Move to libm/machine/i386. 2001-12-18 Joel Sherrill <joel@OARcorp.com> * libm/machine/Makefile.am: Add dummy doc stub so "make info" works. 2001-12-17 Joel Sherrill <joel@OARcorp.com> * libc/include/sys/types.h (ino_t): RTEMS uses long also.
Diffstat (limited to 'newlib/libm/machine/i386/f_frexp.S')
-rw-r--r--newlib/libm/machine/i386/f_frexp.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libm/machine/i386/f_frexp.S b/newlib/libm/machine/i386/f_frexp.S
index 58397b79c..0aabb2011 100644
--- a/newlib/libm/machine/i386/f_frexp.S
+++ b/newlib/libm/machine/i386/f_frexp.S
@@ -8,6 +8,8 @@
* ====================================================
*/
+#if !defined(_SOFT_FLOAT)
+
/*
Fast version of frexp using Intel float instructions.
@@ -42,3 +44,5 @@ SYM (_f_frexp):
leave
ret
+
+#endif