Skip to main content

Avx2F4

Type Alias Avx2F4 

Source
pub type Avx2F4 = Vector<F4, Avx2>;
Expand description

Concrete AVX2 float4 vector register (32 lanes).

Aliased Type§

#[repr(transparent)]
pub struct Avx2F4 { pub raw: [F4; 32], /* private fields */ }

Fields§

§raw: [F4; 32]

The underlying raw vector register.