https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91734
--- Comment #2 from Chinoune <chinoune.mehdi at hotmail dot com> --- Replacing `if( az<FLT_MIN)` with `if( az==0.f )` gives a correct result.
chinoune.mehdi at hotmail dot com Wed, 11 Sep 2019 04:13:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91734
--- Comment #2 from Chinoune <chinoune.mehdi at hotmail dot com> --- Replacing `if( az<FLT_MIN)` with `if( az==0.f )` gives a correct result.