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: gcc compile-time performance


> <<Surely either native floating-point code, or even some simple fixed-point
> code, would be good enough here.
> >>
> 
> there is no reason not to use native floating-point code for this purpose
> (branch probability calculations). I don't think worrying about hosts with
> no fpt at all is an issue.

The only *possible* reason I can think of (note: possible, not good) is 
that it would help to ensure that cross-compilers would behave the 
identically regardless of native FP format/accuracy etc.  A simple 
fixed-point library would fix that.

R.


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