pitrou commented on code in PR #47952: URL: https://github.com/apache/arrow/pull/47952#discussion_r2465922521
########## cpp/src/arrow/util/byte_stream_split_internal.h: ########## @@ -29,7 +29,9 @@ #include <cstdint> #include <cstring> -#if defined(ARROW_HAVE_NEON) || defined(ARROW_HAVE_SSE4_2) +// ARROW_HAVE_RUNTIME_SSE4_2 is used on x86-64 to include ARROW_HAVE_SSE4_2 and +// ARROW_RUNTIME_SIMD_LEVEL != NONE. Review Comment: ```suggestion // ARROW_HAVE_RUNTIME_SSE4_2 is used on x86-64 to indicate ARROW_RUNTIME_SIMD_LEVEL != NONE. ``` -- 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]
