Type Alias simba::simd::AutoI8x8

source ·
pub type AutoI8x8 = AutoSimd<[i8; 8]>;

Aliased Type§

struct AutoI8x8(pub [i8; 8]);

Fields§

§0: [i8; 8]