This is the mail archive of the gcc@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: ColdFire softfloat optimization


Peter Barada wrote:
I believe this optimization is valid for all well-formed values and
constants, and would be keyed off of -funsafe-math-optimzations.

It probably needs to key off -msoft-float also. This is unlikely to be a win on any target with FP hardware, as the cost of moving values from the FP regs to the integer regs would be much higher than the cost of an FP compare.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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