This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [gfortran,patch] Make MIN and MAX handle NaNs correctly (PR32048)


On 7/28/07, Tim Prince <tprince@myrealbox.com> wrote:
> FX Coudert wrote:
> Does this affect minval() and maxval() intrinsics?  Up to now, they
> performed as well as equivalent C code with icpc, better than g++, but
> not as well as ifort.  I suppose it removes the prospect of vectorizing
> code with min() and max(), unless that will be enabled with -ffast-math.

Actually the G++ code should be better on the trunk than before.  If
it is not, can you file a new bug?

Thanks,
Andrew Pinski


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