Type Alias simba::simd::i8x32

source ·
pub type i8x32 = Simd<i8x32>;

Aliased Type§

struct i8x32(pub Simd<i8, 32>);

Fields§

§0: Simd<i8, 32>