JohanMabille commented on code in PR #46963:
URL: https://github.com/apache/arrow/pull/46963#discussion_r2182950867


##########
cpp/cmake_modules/SetupCxxFlags.cmake:
##########
@@ -49,7 +49,7 @@ endif()
 if(ARROW_CPU_FLAG STREQUAL "x86")
   # x86/amd64 compiler flags, msvc/gcc/clang
   if(MSVC)
-    set(ARROW_SSE4_2_FLAG "")
+    set(ARROW_SSE4_2_FLAG "/arch:SSE4.2")

Review Comment:
   ```suggestion
       set(ARROW_SSE4_2_FLAG "/d2archSSE42")
   ```



-- 
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]

Reply via email to