Adhemerval Zanella <adhemerval.zanella@linaro.org> writes: > + else if (fabs (fh) < 0x1.76cp-3 && sx > -8.53 && sx < -8) Does it matter if -8.53 isn't precise? I don't think it should, but you replace 2.61 with an 0xp constant... Other than that, LGTM Reviewed-by: DJ Delorie <dj@redhat.com>