> On Sep 6, 2022, at 8:06 AM, Jakub Jelinek via Gcc-patches > <gcc-patches@gcc.gnu.org> wrote: > > On Tue, Sep 06, 2022 at 01:47:43PM +0200, Aldy Hernandez wrote: >> Question...for !HONOR_NANS or !HONOR_INFINITIES or whatever, say the >> range for the domain is [-MIN, +MAX] for the min and max representable >> numbers. What happens for MAX+1? Is that undefined? I wonder what >> real.cc does for that. > > I'm afraid I have no idea. > > The formats without Inf/NaN are: > spu_single_format > vax_{f,d,g}_format > arm_half_format Actually, DEC (VAX and PDP-11) float does have NaN; signaling NaN to be precise. paul
Re: [PATCH] Handle > INF and < INF correctly in range-op-float.cc
Koning, Paul via Gcc-patches Tue, 06 Sep 2022 05:38:25 -0700
- [PATCH] Handle > INF and < INF correc... Aldy Hernandez via Gcc-patches
- Re: [PATCH] Handle > INF and < I... Jakub Jelinek via Gcc-patches
- Re: [PATCH] Handle > INF and &l... Aldy Hernandez via Gcc-patches
- Re: [PATCH] Handle > INF an... Jakub Jelinek via Gcc-patches
- Re: [PATCH] Handle > IN... Aldy Hernandez via Gcc-patches
- Re: [PATCH] Handle &g... Jakub Jelinek via Gcc-patches
- Re: [PATCH] Handl... Aldy Hernandez via Gcc-patches
- Re: [PATCH] H... Jakub Jelinek via Gcc-patches
- Re: [PATCH] H... Richard Biener via Gcc-patches
- Re: [PATCH] H... Aldy Hernandez via Gcc-patches
- Re: [PATCH] H... Koning, Paul via Gcc-patches