AntoinePrv commented on code in PR #46789: URL: https://github.com/apache/arrow/pull/46789#discussion_r2142507613
########## cpp/src/arrow/util/byte_stream_split_internal.h: ########## @@ -555,7 +603,7 @@ inline void ByteStreamSplitEncode(const uint8_t* raw_values, int width, memcpy(out, raw_values, num_values); return; case 2: - return ByteStreamSplitEncodeScalar<2>(raw_values, width, num_values, out); + return ByteStreamSplitEncodeSimd128<2>(raw_values, width, num_values, out); Review Comment: Ha yes. I need to duplicate the `Perhaps` function because the AVX2 path would fail on `kNumStreams==2`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org