Skip to main content

Module simd_agg_i64

Module simd_agg_i64 

Source
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§

I64SimdRuntime
SIMD runtime for i64 aggregation.

Functions§

i64_runtime
Get the global i64 SIMD runtime.