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 959a9d5dee ARROW-17788: [R][Doc] Add example of using Scanner (#14184)
     add f3327d2c37 ARROW-18010: [Go] Add ARM64 Neon impl for Casting (#14388)

No new revisions were added by this update.

Summary of changes:
 go/arrow/compute/cast_test.go                      |  114 +
 go/arrow/compute/go.mod                            |    2 +-
 .../internal/kernels/_lib/cast_numeric_neon.s      | 6088 ++++++++++++++++++++
 ...ic_avx2_amd64.go => cast_numeric_neon_arm64.go} |   15 +-
 .../internal/kernels/cast_numeric_neon_arm64.s     | 6087 +++++++++++++++++++
 5 files changed, 12302 insertions(+), 4 deletions(-)
 create mode 100644 go/arrow/compute/internal/kernels/_lib/cast_numeric_neon.s
 copy go/arrow/compute/internal/kernels/{cast_numeric_avx2_amd64.go => 
cast_numeric_neon_arm64.go} (73%)
 create mode 100644 go/arrow/compute/internal/kernels/cast_numeric_neon_arm64.s

Reply via email to