Skip to main content

VectorRegistersBase

Trait VectorRegistersBase 

Source
pub trait VectorRegistersBase {
    const ELEN: Elen;
    const VLEN: Vlen;
}
Expand description

Base for VectorRegisters.

This is primarily a workaround for type system cycles.

Required Associated Constants§

Source

const ELEN: Elen

Maximum vector element width ELEN in bits

Source

const VLEN: Vlen

Vector register width VLEN in bits

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§