OSDN Git Service

* config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2001 18:56:45 +0000 (18:56 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2001 18:56:45 +0000 (18:56 +0000)
        case as well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46851 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5674392..d442d11 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 3bd8ba8..ab1817a 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