wpleonardo opened a new pull request, #1542: URL: https://github.com/apache/orc/pull/1542
### What changes were proposed in this pull request? To fix a bug reported in https://github.com/apache/orc/issues/1534 The bug is that some CpuInfoUtil.cc functions don't support the ARM platform. In this PR, try to fix this bug. ### Why are the changes needed? Currently, ORC can't build success on the ARM platform without this PR. ### How was this patch tested? We can build ORC on the ARM platform directly to check if it can succeed. If user enabled -DBUILD_ENABLE_AVX512=ON in the cmake process, it will get the below warning message, and BUILD_ENABLE_AVX512 will be changed back to OFF. CMake Warning at CMakeLists.txt:183 (message): Only X86 platform support AVX512 -- 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]
