pub type SimdF8 = Vector<F8, Scalar>;Expand description
Optimal float8 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdF8 {
pub raw: [F8; 16],
/* private fields */
}Fields§
§raw: [F8; 16]The underlying raw vector register.