Hacker News new | ask | show | jobs
by hurrrrrrrr 1706 days ago
>Certainly do not use finite-math-only when dealing with external data.

so... never?

1 comments

let me rephrase: data which you cannot guarantee meet the preconditions. Either the input is known good data or you sanitize it through some code path not compiled with fast-math.