pub fn validate_simd_alignment(data: &[i16]) -> Result<()>Expand description
Validate memory alignment for SIMD operations
ยงErrors
This check currently reports misalignment through tracing and always succeeds; the result type is retained for API compatibility.