pub type AutoU8x8 = AutoSimd<[u8; 8]>;
#[repr(align(16))]pub struct AutoU8x8(pub [u8; 8]);
0: [u8; 8]