fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well.
authorRichard Henderson <rth@redhat.com>
Thu, 8 Nov 2001 18:56:45 +0000 (10:56 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 8 Nov 2001 18:56:45 +0000 (10:56 -0800)
        * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
        case as well.

From-SVN: r46851

gcc/ChangeLog
gcc/config/fp-bit.h

index 5674392b2cae11c12e7e81a490e73a1995d3e739..d442d111c3a86af5ef296ce9fbaebce15d2b25bc 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-08  Richard Henderson  <rth@redhat.com>
+
+       * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
+       case as well.
+
 2001-11-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * pa.md (negdf2, negsf2): Use multiplication rather than subtraction
index 3bd8ba84dbda05c5c99c7a21b8b286baadcb9d28..ab1817a282659e726667b8925de4c56b9c9f4013 100644 (file)
@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
 #              define multiply         fpmul
 #              define divide           fpdiv
 #              define compare          fpcmp
+#              define usi_to_float     __floatunsisf
 #              define si_to_float      sitofp
 #              define float_to_si      fptosi
 #              define float_to_usi     fptoui
@@ -175,6 +176,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI)));
 #              define multiply         dpmul
 #              define divide           dpdiv
 #              define compare          dpcmp
+#              define usi_to_float     __floatunsidf
 #              define si_to_float      litodp
 #              define float_to_si      dptoli
 #              define float_to_usi     dptoul