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/02/24 16:49:45 UTC

[arrow] branch master updated (356dba4 -> ff92930)

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 356dba4  ARROW-15715: [Go] ipc trim value offsets on arrays
     add ff92930  ARROW-15440: [Go] Implement 'unpack_bool' with Arm64 GoLang Assembly

No new revisions were added by this update.

Summary of changes:
 go/parquet/internal/utils/Makefile                 |  3 +
 go/parquet/internal/utils/_lib/unpack_bool.c       |  2 +-
 go/parquet/internal/utils/_lib/unpack_bool_neon.s  | 89 ++++++++++++++++++++++
 go/parquet/internal/utils/unpack_bool_arm64.go     | 45 ++++++++++-
 ...ool_sse4_amd64.go => unpack_bool_neon_arm64.go} |  6 +-
 go/parquet/internal/utils/unpack_bool_neon_arm64.s | 81 ++++++++++++++++++++
 6 files changed, 219 insertions(+), 7 deletions(-)
 create mode 100644 go/parquet/internal/utils/_lib/unpack_bool_neon.s
 copy go/parquet/internal/utils/{unpack_bool_sse4_amd64.go => unpack_bool_neon_arm64.go} (84%)
 mode change 100644 => 100755
 create mode 100755 go/parquet/internal/utils/unpack_bool_neon_arm64.s