Skip to main content

ScalarI32

Type Alias ScalarI32 

Source
pub type ScalarI32 = Vector<I32, Scalar>;
Expand description

Concrete 1-element scalar emulation i32 vector register.

Aliased Type§

#[repr(transparent)]
pub struct ScalarI32 { pub raw: [I32; 4], /* private fields */ }

Fields§

§raw: [I32; 4]

The underlying raw vector register.