diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-08 18:56:45 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-08 18:56:45 +0000 |
commit | 8cffdc05cf60684b50afa7542b4f9fb65074f120 (patch) | |
tree | d444f4026242e057aee17e31387d0f86925f42c7 /gcc/config/fp-bit.h | |
parent | cd0e32616071e1727d1611148e46498fa8be8c09 (diff) | |
download | gcc-8cffdc05cf60684b50afa7542b4f9fb65074f120.tar.gz |
* config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
case as well.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46851 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r-- | gcc/config/fp-bit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index 3bd8ba84dbd..ab1817a2826 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 |