WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Float comparisons involving `NaN` should always be false

Open tolauwae opened this issue 1 year ago • 0 comments

Floating points in WebAssembly follow the IEEE-754 standard, where all comparisons with NaN should be false. This is not the case in WARDuino.

https://webassembly.github.io/spec/core/bikeshed/#floating-point%E2%91%A0

tolauwae avatar Feb 07 '24 11:02 tolauwae