Skip to content

Commit

Permalink
Make: Removed SVE support for MSVC ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbob999 committed Oct 20, 2024
1 parent a976943 commit 21dec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if(${STRINGZILLA_BUILD_SHARED})
"SZ_USE_X86_AVX512=0"
"SZ_USE_X86_AVX2=0"
"SZ_USE_ARM_NEON=1"
"SZ_USE_ARM_SVE=1")
"SZ_USE_ARM_SVE=$<IF:$<CXX_COMPILER_ID:MSVC>,0,1>")
endif()

if (MSVC)
Expand Down

0 comments on commit 21dec6e

Please sign in to comment.