[
https://issues.apache.org/jira/browse/ARROW-15742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-15742:
-----------------------------------
Labels: pull-request-available (was: )
> [Go] Implement 'bitmap_neon' with Arm64 GoLang Assembly
> --------------------------------------------------------
>
> Key: ARROW-15742
> URL: https://issues.apache.org/jira/browse/ARROW-15742
> Project: Apache Arrow
> Issue Type: Task
> Components: Go
> Reporter: Yuqi Gu
> Assignee: Yuqi Gu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 1. Implement 'extract_bits' with Arm64 GoLang Assembly. '_pext_u64' is the
> x86 bmi intrinsics for extract_bits.
> There is no equivalent of '_pext_u64' instruction on Arm64.
> The task is to implement equivalent of '_pext_u64' by Arm64 assembly.
> 2. Implement 'levels_to_bitmap' with Arm64 GoLang Assembly for
> greaterThanBitmapNEON
--
This message was sent by Atlassian Jira
(v8.20.1#820001)