Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update isnan implementation in WebGL backend to follow IEEE 754-1985 (#…
…6107) * Update isnan implementation in WebGL backend to follow IEEE 754-1985 Previous implementation of isNaN in WebGL relies on the platform behaviour. And it might generate incorrect results(See #5800). This PR implements isnan based on the rules in IEEE 754-1985 to restrict the rules. Issue:#5800 * Only apply bit version isnan for WebGL2 * Fix 80-line exceeed issue
- Loading branch information