jianxind commented on a change in pull request #7607:
URL: https://github.com/apache/arrow/pull/7607#discussion_r451914848
##########
File path: cpp/cmake_modules/SetupCxxFlags.cmake
##########
@@ -52,7 +52,22 @@ if(ARROW_CPU_FLAG STREQUAL "x86")
check_cxx_compiler_flag(${ARROW_SSE4_2_FLAG} CXX_SUPPORTS_SSE4_2)
endif()
check_cxx_compiler_flag(${ARROW_AVX2_FLAG} CXX_SUPPORTS_AVX2)
- check_cxx_compiler_flag(${ARROW_AVX512_FLAG} CXX_SUPPORTS_AVX512)
+ if(MINGW)
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
+ message(STATUS "Disbale AVX512 support on MINGW for now")
Review comment:
Fix
----------------------------------------------------------------
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]