simba::simd

Type Alias AutoI8x2

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

Aliased Type§

struct AutoI8x2(pub [i8; 2]);

Fields§

§0: [i8; 2]