guyuqi opened a new pull request #12502: URL: https://github.com/apache/arrow/pull/12502
Implement 'bitmap_neon' with Arm64 GoLang Assembly: 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
