pitrou commented on code in PR #14515: URL: https://github.com/apache/arrow/pull/14515#discussion_r1005601107
########## cpp/cmake_modules/SetupCxxFlags.cmake: ########## @@ -496,14 +494,24 @@ if(ARROW_CPU_FLAG STREQUAL "armv8") endif() set(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} ${ARROW_ARMV8_ARCH_FLAG}") + set(ARROW_HAVE_NEON ON) Review Comment: Is NEON always available with SVE? -- 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