pub fn aligned_vec<T>(capacity: usize) -> AlignedVec<T>where T: Default + Clone,
Create a new SIMD-aligned vector