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