You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/03/25 11:08:13 UTC

[arrow] branch master updated (bcaa18a -> 7d63731)

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 bcaa18a  ARROW-8193: [C++] Fix gcc 4.8 compilation error with non-copyable types in Iterator<T>::ToVector
     add 7d63731  ARROW-8192: [C++] script for unpack avx512 intrinsics code

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/bpacking.h                      | 3727 +-------------------
 cpp/src/arrow/util/bpacking_avx512_codegen.py      |  174 +
 cpp/src/arrow/util/bpacking_avx512_generated.h     | 1407 ++++++++
 .../arrow/util/{bpacking.h => bpacking_default.h}  |  144 -
 4 files changed, 1584 insertions(+), 3868 deletions(-)
 create mode 100644 cpp/src/arrow/util/bpacking_avx512_codegen.py
 create mode 100644 cpp/src/arrow/util/bpacking_avx512_generated.h
 copy cpp/src/arrow/util/{bpacking.h => bpacking_default.h} (94%)