You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2022/11/23 15:53:36 UTC

[arrow] branch master updated (ad54d6ca3a -> 1121bbcf2e)

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

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


    from ad54d6ca3a ARROW-18350: [C++] Use std::to_chars instead of std::to_string (#14666)
     add 1121bbcf2e ARROW-18111: [Go] Remaining scalar binary arithmetic (shifts, power, bitwise) (#14703)

No new revisions were added by this update.

Summary of changes:
 go/arrow/compute/arithmetic.go                     | 133 ++++++++++
 go/arrow/compute/arithmetic_test.go                | 269 ++++++++++++++++++++-
 go/arrow/compute/internal/exec/utils.go            |   8 +
 .../internal/kernels/_lib/base_arithmetic.cc       |   9 +-
 .../kernels/_lib/base_arithmetic_avx2_amd64.s      |  34 +--
 .../kernels/_lib/base_arithmetic_sse4_amd64.s      |  34 +--
 .../compute/internal/kernels/base_arithmetic.go    | 124 +++++++---
 .../internal/kernels/base_arithmetic_amd64.go      |   6 +-
 .../internal/kernels/base_arithmetic_avx2_amd64.s  |  36 +--
 .../internal/kernels/base_arithmetic_sse4_amd64.s  |  36 +--
 .../compute/internal/kernels/scalar_arithmetic.go  | 206 ++++++++++++++++
 11 files changed, 778 insertions(+), 117 deletions(-)