Skip to content

Commit

Permalink
Refactor numeric aggregation kernels to make better use of
Browse files Browse the repository at this point in the history
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
jhorstmann committed Nov 19, 2023
1 parent 61da64a commit 9ef88c7
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 432 deletions.
Loading

0 comments on commit 9ef88c7

Please sign in to comment.