Expand description
SIMD-accelerated aggregation kernels for i64 columns.
Mirrors the f64 dispatch in simd_agg.rs. Uses i128 accumulator for
overflow-safe sum. Same runtime detection: AVX-512 → AVX2 → NEON → scalar.
Structs§
- I64Simd
Runtime - SIMD runtime for i64 aggregation.
Functions§
- i64_
runtime - Get the global i64 SIMD runtime.