alpha float_store_flag_value error

Richard Henderson rth@cygnus.com
Mon Oct 6 19:44:00 GMT 1997


Ref AXP Arch Handbook, section 4.10.8 "IEEE Floating Compare".


r~


Mon Oct  6 18:27:12 1997  Richard Henderson  <rth@cygnus.com>

	* alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.


Index: alpha.h
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/config/alpha/alpha.h,v
retrieving revision 1.4
diff -u -p -d -r1.4 alpha.h
--- alpha.h	1997/09/29 06:18:28	1.4
+++ alpha.h	1997/10/07 01:28:30
@@ -1544,7 +1544,7 @@ extern void final_prescan_insn ();
 
 /* Define the value returned by a floating-point comparison instruction.  */
 
-#define FLOAT_STORE_FLAG_VALUE 0.5
+#define FLOAT_STORE_FLAG_VALUE 2.0
 
 /* Canonicalize a comparison from one we don't have to one we do have.  */
 



More information about the Gcc mailing list