Skip to main content

SimdI32

Type Alias SimdI32 

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

Optimal i32 SIMD register compiled for the host.

Aliased Type§

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

Fields§

§raw: [I32; 4]

The underlying raw vector register.