pitrou commented on code in PR #50611:
URL: https://github.com/apache/arrow/pull/50611#discussion_r3664870568
##########
cpp/src/arrow/util/bpacking.cc:
##########
@@ -34,7 +34,6 @@ struct UnpackDynamicFunction {
return std::array{
ARROW_DISPATCH_TARGET_NONE(&bpacking::unpack_scalar<Uint>) //
ARROW_DISPATCH_TARGET_NEON(&bpacking::unpack_neon<Uint>) //
- ARROW_DISPATCH_TARGET_SVE128(&bpacking::unpack_sve128<Uint>) //
Review Comment:
Can you add a comment explaining why we don't include SVE128 here?
--
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]