Type Alias simba::simd::AutoI8x4

source ·
pub type AutoI8x4 = AutoSimd<[i8; 4]>;

Aliased Type§

struct AutoI8x4(pub [i8; 4]);

Fields§

§0: [i8; 4]