[PATCH] fp-bit.h, gofast and unordered compares

Eric Christopher echristo@redhat.com
Thu Jun 13 12:55:00 GMT 2002


We've already brought out the unordered compares from being dependent on
GOFAST or not, however, we never renamed the functions to what we were
looking for in the compiler. This will fix the fp-cmp-[45] failures in
the soft float case.

-eric

-- 
I will not carve gods

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

	* config/fp-bit.h: Add rename of unordered compares.

Index: fp-bit.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fp-bit.h,v
retrieving revision 1.6
diff -u -p -w -r1.6 fp-bit.h
--- fp-bit.h	8 Nov 2001 18:56:45 -0000	1.6
+++ fp-bit.h	13 Jun 2002 19:49:52 -0000
@@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute
 #		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
 #		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



More information about the Gcc-patches mailing list