You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/26 12:17:07 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #14515: ARROW-18162: [C++] Add Arm SVE compiler options

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org