Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor numeric aggregation kernels to make better use of
auto-vectorization. Remove the explicit simd implementations since the autovectorized versions are faster on average. The min/max kernels for floating point numbers now use the total order relation.
- Loading branch information