pub trait VectorLde { type Result; // Required method unsafe fn vec_lde(self, a: isize) -> Self::Result; }
stdsimd