Skip to main content

Avx512F4

Type Alias Avx512F4 

Source
pub type Avx512F4 = Vector<F4, Avx512>;
Expand description

Concrete AVX-512 float4 vector register (64 lanes).

Aliased Type§

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

Fields§

§raw: [F4; 64]

The underlying raw vector register.