Re: [PATCH] Add real_isdenormal.

2022-09-03 Thread Jeff Law via Gcc-patches
On 9/3/2022 7:48 AM, Aldy Hernandez via Gcc-patches wrote: There are 6 idioms of the same check and I'd like to add more. It seems there are macros as well as functions for things like REAL_VALUE_ISINF and REAL_VALUE_NEGATIVE. I don't know if there was historical need for this duplicity,

[PATCH] Add real_isdenormal.

2022-09-03 Thread Aldy Hernandez via Gcc-patches
There are 6 idioms of the same check and I'd like to add more. It seems there are macros as well as functions for things like REAL_VALUE_ISINF and REAL_VALUE_NEGATIVE. I don't know if there was historical need for this duplicity, but I think it's cleaner if we start gravitating towards inline