Skip to content
Snippets Groups Projects
Commit ea6c18c5 authored by André Bargull's avatar André Bargull Committed by Leo Balter
Browse files

Don't compute NaN values in functions (#1503)

`function nan() { return /* expression to compute NaN */ }` may not return the same implementation-distinguishable NaN value before and after JIT compilation.
parent 500e48e6
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 42 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment