Skip to content

Commit 02bc005

Browse files
authored
reset SVE and SME capabilities between targets
1 parent a18a536 commit 02bc005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/prebuild.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,8 @@ else(NOT CMAKE_CROSSCOMPILING)
16391639
unset (HAVE_VFP)
16401640
unset (HAVE_VFPV3)
16411641
unset (HAVE_VFPV4)
1642+
unset (HAVE_SVE)
1643+
unset (HAVE_SME)
16421644
message(STATUS "Running getarch")
16431645

16441646
# use the cmake binary w/ the -E param to run a shell command in a cross-platform way

0 commit comments

Comments
 (0)