pub const MAX_VLENB: usize = 32;Expand description
Maximum vector length in bytes (VLEN / 8) supported by this implementation. This supports VLEN up to 256 bits (32 bytes per register). QEMU virt machine typically uses VLEN=128 (vlenb=16).
pub const MAX_VLENB: usize = 32;Maximum vector length in bytes (VLEN / 8) supported by this implementation. This supports VLEN up to 256 bits (32 bytes per register). QEMU virt machine typically uses VLEN=128 (vlenb=16).