Skip to content

Commit

Permalink
Implement RISC-V Zb extension intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Aug 16, 2023
1 parent 90e5d8e commit 6f4ce9d
Show file tree
Hide file tree
Showing 4 changed files with 1,453 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/core_arch/src/riscv64/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//! RISC-V RV64 specific intrinsics
use crate::arch::asm;

mod zb;
mod zk;

pub use zb::*;
pub use zk::*;

/// Loads virtual machine memory by unsigned word integer
Expand Down
Loading

0 comments on commit 6f4ce9d

Please sign in to comment.