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

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


    from 57b5082  ARROW-5572, ARROW-5310, ARROW-5666: [Python] ParquetDataset 
tests for new implementation
     add 8e1b5b8  ARROW-8440: [C++] Refine SIMD header files

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/DefineOptions.cmake      |   3 -
 cpp/cmake_modules/SetupCxxFlags.cmake      |   8 +-
 cpp/src/arrow/io/memory_benchmark.cc       |  13 +-
 cpp/src/arrow/json/rapidjson_defs.h        |   3 -
 cpp/src/arrow/util/byte_stream_split.h     |   6 +-
 cpp/src/arrow/util/hash_util.h             | 250 -----------------------------
 cpp/src/arrow/util/{neon_util.h => simd.h} |  42 +++--
 cpp/src/arrow/util/sse_util.h              | 108 -------------
 docs/source/developers/benchmarks.rst      |   2 +-
 9 files changed, 30 insertions(+), 405 deletions(-)
 delete mode 100644 cpp/src/arrow/util/hash_util.h
 rename cpp/src/arrow/util/{neon_util.h => simd.h} (65%)
 delete mode 100644 cpp/src/arrow/util/sse_util.h

Reply via email to