1
2
3
4
5
6
//! RISC-V RV32 specific intrinsics

mod zk;

#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
pub use zk::*;