Skip to main content

SimdF8

Type Alias SimdF8 

Source
pub type SimdF8 = Vector<F8, Scalar>;
Expand description

Optimal float8 SIMD register compiled for the host.

Aliased Type§

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

Fields§

§raw: [F8; 16]

The underlying raw vector register.