pub type AutoU128x1 = AutoSimd<[u128; 1]>;
#[repr(align(16))]pub struct AutoU128x1(pub [u128; 1]);
0: [u128; 1]