wavemode 2 days ago

> well then surely you have no need to ever be able to detect infinite or NaN values

Well yeah, maybe I actually don't.

1
usefulcat 20 hours ago

If you don't, that's fine. But is it really necessary or desirable for -ffast-math to silently break isinf() and isnan()? I don't think it's inconceivable that some people might need those.

I mean, I can write my own implementations, but it seems kind of silly that I should need to in the first place.