Skip to main content

Avx512Bf4

Type Alias Avx512Bf4 

Source
pub type Avx512Bf4 = Vector<Bf4, Avx512>;
Expand description

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

Aliased Type§

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

Fields§

§raw: [Bf4; 64]

The underlying raw vector register.