Skip to main content

ScalarI16

Type Alias ScalarI16 

Source
pub type ScalarI16 = Vector<I16, Scalar>;
Expand description

Concrete 1-element scalar emulation i16 vector register.

Aliased Type§

#[repr(transparent)]
pub struct ScalarI16 { pub raw: [I16; 8], /* private fields */ }

Fields§

§raw: [I16; 8]

The underlying raw vector register.