Skip to main content

Avx512F16

Type Alias Avx512F16 

Source
pub type Avx512F16 = Vector<F16, Avx512>;
Expand description

Concrete AVX-512 standard f16 vector register (32 lanes).

Aliased Type§

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

Fields§

§raw: [F16; 32]

The underlying raw vector register.