Skip to main content

ab_riscv_interpreter/v/zvexx/
zvexx_helpers.rs

1//! Opaque helpers for ZveXx extension
2
3/// Size of an instruction in bytes.
4///
5/// All instructions here are the same size.
6#[doc(hidden)]
7pub const INSTRUCTION_SIZE: u8 = size_of::<u32>() as u8;