Skip to content

Draft: Fix #156: NaN comparisons incorrect

Raymond Toy requested to merge issue-156-nan-comparisons into master

Don't convert <= and >= to > and < via the source transforms. Instead add vops to handle <= and >=.

This requires adding vops both for fixnum arithmetic and floating-point arithmetic.

Merge request reports