//! SIMD correctness test suite
//!
//! Tests verifying that vector and matrix operations produce numerically
//! correct results across various input sizes and edge cases.
//!
//! Note: This module file exists for documentation. The actual test entry
//! point is tests/simd_tests.rs which uses #[path] attributes to
//! include the submodule files.