// SPDX-License-Identifier: BUSL-1.1
//! SIMD aggregation — re-exported from nodedb-query for shared use.
//!//! The canonical implementation lives in `nodedb_query::simd_agg` so both
//! Origin and Lite share the same AVX-512/AVX2/NEON kernels.
pubusenodedb_query::simd_agg::*;