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