cyb70289 commented on a change in pull request #11142:
URL: https://github.com/apache/arrow/pull/11142#discussion_r718359892
##########
File path: cpp/cmake_modules/SetupCxxFlags.cmake
##########
@@ -618,6 +618,15 @@ endif()
message(STATUS "Build Type: ${CMAKE_BUILD_TYPE}")
+# Workaround https://github.com/xtensor-stack/xsimd/issues/573
Review comment:
To workaround xsimd build error if gcc -O0 on arm64. Disable xsimd if
gcc & neon & debug build.
Details at https://github.com/xtensor-stack/xsimd/issues/573. This looks to
me a compiler defect.
**EDIT:** Now I think it's an xsimd issue. Proposed approach to xsimd
community.
https://github.com/xtensor-stack/xsimd/issues/573#issuecomment-930721511
--
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]