This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 57cc0b92e4 GH-43927: [C++] Make ChunkResolver::ResolveMany output a 
list of ChunkLocations (#43928)
     add 6ce2af73c8 GH-43719: [C++] Clarify the way SIMD-enabled agg kernels 
come from the same code in different compilation units (#43720)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |   37 +-
 ...ate_basic_internal.h => aggregate_basic.inc.cc} |  255 +++--
 .../arrow/compute/kernels/aggregate_basic_avx2.cc  |   47 +-
 .../compute/kernels/aggregate_basic_avx512.cc      |   51 +-
 .../compute/kernels/aggregate_basic_internal.h     | 1001 +-------------------
 5 files changed, 222 insertions(+), 1169 deletions(-)
 copy cpp/src/arrow/compute/kernels/{aggregate_basic_internal.h => 
aggregate_basic.inc.cc} (95%)

Reply via email to