simba::simd

Type Alias AutoI8x4

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

Aliased Type§

struct AutoI8x4(pub [i8; 4]);

Fields§

§0: [i8; 4]