Type Alias simba::simd::AutoI8x2

source ·
pub type AutoI8x2 = AutoSimd<[i8; 2]>;

Aliased Type§

struct AutoI8x2(pub [i8; 2]);

Fields§

§0: [i8; 2]