kou commented on pull request #9807: URL: https://github.com/apache/arrow/pull/9807#issuecomment-808988939
Sorry. It seems that this breaks conda-linux-gcc-py36-aarch64 build: https://cloud.drone.io/ursacomputing/crossbow/330/1/2 ```text 1453../src/arrow/util/utf8.h:27:10: fatal error: xsimd/xsimd.hpp: No such file or directory 1646s 1454 #include <xsimd/xsimd.hpp> 1646s 1455 ^~~~~~~~~~~~~~~~~ ``` It seems that we also need `ARROW_SIMD_LEVEL` check for `armv8` build: https://github.com/apache/arrow/blob/master/cpp/cmake_modules/SetupCxxFlags.cmake#L445-L468 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
