This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PowerPC ieee float tests


	This patch is wrong.  What everyone who has commented on this
thread is missing is that AIX default to "common mode", which means that
it cannot assume the existence of PowerPC single-precision floating point
instructions.  If one uses -mcpu=powerpc, the IEEE tests pass on AIX, but
one cannot assume AIX is running on PowerPC and not the older POWER
architecture. 

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]