This is the mail archive of the gcc-help@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: Options for using hardware implementation of remainder and square root on i32


Tim Prince <TimothyPrince@sbcglobal.net> writes:

> In order to support Fortran, gcc has a specific flag to turn off the
> sqrt retry, thus breaking errno and exception handling.  Maybe g++
> -ffast-math or icpc -fp-model fast=2 might include such an option.
> Those are big hammers which evidently aren't suitable for general use.

See -fno-math-errno.

Ian


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