pub fn is_simd_aligned<T>(slice: &[T]) -> bool
SIMD Alignment check. Returns true if the slice is properly 64-byte aligned for SIMD operations, false otherwise.