mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
LLVM supports both "ordered" and "unordered" floating point comparisons. The difference is that unordered comparisons ignore NaN and produce incorrect results when presented with a NaN value. This commit switches these comparisons from ordered to unordered.pull/173/head
Ayke van Laethem
6 years ago
committed by
Ron Evans
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue