Commit c894819c by Eric Christopher Committed by Eric Christopher

fp-bit.h: Add unordered defines for gofast.

2002-06-19  Eric Christopher  <echristo@redhat.com>

	* config/fp-bit.h: Add unordered defines for gofast.

From-SVN: r54803
parent 4005971c
2002-06-19 Eric Christopher <echristo@redhat.com>
* config/fp-bit.h: Add unordered defines for gofast.
2002-06-19 Vladimir Makarov <vmakarov@redhat.com>
* genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment