pub fn aligned_vec_f64(len: usize, align: usize) -> Option<Vec<f64>>
Allocate a SIMD-aligned Vec<f64>
Vec<f64>
Returns a Vec whose data pointer is aligned to the specified boundary.
Returns None if allocation fails.