1//! RISC-V RV32 specific intrinsics 2 3mod zk; 4 5#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")] 6pub use zk::*;