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