Re: [PATCHv3][PR 81376] Remove unnecessary float casts in comparisons
On Wed, Oct 3, 2018 at 5:11 PM Jeff Law wrote: snip > OK. You've got commit privileges, right? Yup, will commit myself. -I
Re: [PATCHv3][PR 81376] Remove unnecessary float casts in comparisons
On 9/17/18 6:17 PM, Yuri Gribov wrote: > Hi all, > > This is a second iteration of patch which gets rid of float casts in > comparisons when all values of casted integral type are exactly > representable by the float type > (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81376). The new version > ad