Files
tinygo/compiler
Ayke van Laethem 013a71aa3d compiler: support NaN in float comparisons
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.
2019-02-05 19:37:21 +01:00
..
2019-01-31 16:22:05 +01:00
2019-01-31 16:22:05 +01:00
2019-01-27 19:26:16 +01:00