trueno/backends/avx2/ops/mod.rs
1//! AVX2 SIMD operation implementations.
2//!
3//! This module contains the actual SIMD implementations, isolated from the
4//! trait dispatch in the parent module.
5
6pub(super) mod arithmetic;
7pub(super) mod reductions;