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 3bc1484 ARROW-15095: [Dev][Website] Changelog generation should use
commit messages
add 2a221e1 ARROW-15336: [Go] Implement 'min_max_neon' with Arm64 GoLang
Assembly
No new revisions were added by this update.
Summary of changes:
go/parquet/internal/utils/Makefile | 12 +
go/parquet/internal/utils/_lib/arch.h | 2 +
go/parquet/internal/utils/_lib/min_max.c | 2 +-
go/parquet/internal/utils/_lib/min_max_neon.s | 318 ++++++++++++++++++++
go/parquet/internal/utils/min_max_arm64.go | 41 ++-
...min_max_sse4_amd64.go => min_max_neon_arm64.go} | 26 +-
go/parquet/internal/utils/min_max_neon_arm64.s | 324 +++++++++++++++++++++
7 files changed, 707 insertions(+), 18 deletions(-)
create mode 100644 go/parquet/internal/utils/_lib/min_max_neon.s
copy go/parquet/internal/utils/{min_max_sse4_amd64.go =>
min_max_neon_arm64.go} (60%)
mode change 100644 => 100755
create mode 100755 go/parquet/internal/utils/min_max_neon_arm64.s