0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
621 stars 158 forks source link

Support the immediate values for `lt`, `lte`, `gt` and `gte` comparison instructions #1348

Closed Fumuran closed 3 months ago

Fumuran commented 4 months ago

This PR makes it possible to use lt, lte, gt and gte comparison instructions with an immediate values.

Related issue: #1326

Fumuran commented 4 months ago

Clippy is failing because of the comments formatting, which I have fixed in the #1328 PR, so probably it won't be a problem after we merge it.