Skip to main content

Avx512F8

Type Alias Avx512F8 

Source
pub type Avx512F8 = Vector<F8, Avx512>;
Expand description

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

Aliased Type§

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

Fields§

§raw: [F8; 64]

The underlying raw vector register.