-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv_base: Implement Zbc interpreting
- Passes all rv32uzbc, rv64uzbc tests - Likely to never have a proper JIT because no other ISA has those instructions except some x86_64 chips (which would also need runtime detection), and the instruction latency & frequency of use don't make it particularly important for performance - Now we have complete Bitmanip extension in the interpreter
- Loading branch information
Showing
1 changed file
with
26 additions
and
15 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