https://bugs.kde.org/show_bug.cgi?id=421780

--- Comment #28 from abulhair.sapa...@gmail.com ---
Yeah, the compiler assumes that no floating point number is NaN or inf, so it
can make optimizations like: `x == x` -> `true`, `x * 1` -> `x`, etc. But I
think functions like `isnan` or `isinf` will still work correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to