-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ✨ add new instructions: - ✨ `log_2_floor` – rounded-down log₂ - ✨ `pow` – exponentiation - ♻️ replace pseudo instructions with proper instructions: - ♻️ `lt` – less than - ♻️ `and` – bit-wise and - ♻️ `xor` – bit-wise xor - ♻️ `div` – integer division with remainder - 🗑 remove pseudo instructions: - 🗑 `lte` – less than or equal - 🗑 `reverse` – bit reversal - 🗑 `split_assert` – the deterministic `split` - ♻️ make instruction `split` deterministic - ♻️ replace instruction `lsb` with deterministic pseudo instruction - ♻️ pseudo instruction `is_u32` returns result instead of crashing VM - ✨ introduce U32 Table to efficiently arithmetize new instructions
- Loading branch information
Showing
33 changed files
with
2,535 additions
and
799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.