summaryrefslogtreecommitdiffstats
path: root/gcc/config/fp-bit.h
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-19 23:01:59 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-19 23:01:59 +0000
commit8e0db77e1d42c9d59ad8b8b64cbfb2656209fc76 (patch)
treec07b1f76b3ee9af9c4f63b52a8a8ae6c2d18f16b /gcc/config/fp-bit.h
parent2f8ffd86f4bde7ffcc673afd4f94ea4763cca6e2 (diff)
downloadppe42-gcc-8e0db77e1d42c9d59ad8b8b64cbfb2656209fc76.tar.gz
ppe42-gcc-8e0db77e1d42c9d59ad8b8b64cbfb2656209fc76.zip
2002-06-19 Eric Christopher <echristo@redhat.com>
* config/fp-bit.h: Add unordered defines for gofast. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r--gcc/config/fp-bit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h
index ab1817a2826..03e2ff60993 100644
--- a/gcc/config/fp-bit.h
+++ b/gcc/config/fp-bit.h
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
This avoids the need to pull in the entire fp emulation library
when only a small number of functions are needed.
- If FINE_GRAINED_LIBRARIES is not defined, then compile every
+ If FINE_GRAINED_LIBRARIES is not defined, then compile every
suitable routine. */
#ifndef FINE_GRAINED_LIBRARIES
#define L_pack_df
@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
# define multiply fpmul
# define divide fpdiv
# define compare fpcmp
+# define _unord_f2 __unordsf2
# define usi_to_float __floatunsisf
# define si_to_float sitofp
# define float_to_si fptosi
@@ -176,6 +177,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
# define multiply dpmul
# define divide dpdiv
# define compare dpcmp
+# define _unord_f2 __unorddf2
# define usi_to_float __floatunsidf
# define si_to_float litodp
# define float_to_si dptoli
OpenPOWER on IntegriCloud