Skip to content

Commit 7a8f4ea

Browse files
committed
WIN build fixes - v0.3.0_6
1 parent 7611542 commit 7a8f4ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ if(CARQUET_ARCH_X86)
342342
if(CARQUET_COMPILER_GCC_LIKE)
343343
set_source_files_properties(src/simd/x86/avx_ops.c PROPERTIES
344344
COMPILE_FLAGS "-mavx -msse4.2")
345+
elseif(CARQUET_COMPILER_MSVC)
346+
set_source_files_properties(src/simd/x86/avx_ops.c PROPERTIES
347+
COMPILE_FLAGS "/arch:AVX")
345348
endif()
346349
endif()
347350

0 commit comments

Comments
 (0)