On Sun, Jul 30, 2017 at 9:25 AM, Yury Gribov
wrote:
> Hi all,
>
> This is an updated version of patch in
> https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00924.html . It prevents
> optimization in presense of sNaNs (and qNaNs when comparison operator is >
>>= < <=) to preserve FP exceptions.
>
> I'
Hi all,
This is an updated version of patch in
https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00924.html . It prevents
optimization in presense of sNaNs (and qNaNs when comparison operator is
> >= < <=) to preserve FP exceptions.
I've fixed some stylistic issues mentioned in previous review.