aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-11-08 10:56:45 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-11-08 10:56:45 -0800
commit86724f7f86713c04e2e2be9e866032b12ff64a61 (patch)
treed444f4026242e057aee17e31387d0f86925f42c7 /gcc/config/fp-bit.h
parentf4fdaedae3d6455e4581627d57f7a60bc7596a87 (diff)
downloadgcc-86724f7f86713c04e2e2be9e866032b12ff64a61.zip
gcc-86724f7f86713c04e2e2be9e866032b12ff64a61.tar.gz
gcc-86724f7f86713c04e2e2be9e866032b12ff64a61.tar.bz2
fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well.
* config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well. From-SVN: r46851
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r--gcc/config/fp-bit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h
index 3bd8ba8..ab1817a 100644
--- a/gcc/config/fp-bit.h
+++ b/gcc/config/fp-bit.h
@@ -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