is_simd_aligned

Function is_simd_aligned 

Source
pub fn is_simd_aligned<T>(slice: &[T]) -> bool
Expand description

SIMD Alignment check. Returns true if the slice is properly 64-byte aligned for SIMD operations, false otherwise.