Skip to content

Commit d978c66

Browse files
committed
sve - disable sve by default, use SVE=1 env flag to enable
1 parent a87923f commit d978c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ endif
339339
# SVE Backends
340340
SVE_STATUS = Disabled
341341
SVE_FLAG := $(if $(filter clang,$(CC_VENDOR)),+sve,-msve)
342-
SVE := 1
342+
SVE ?=
343343
SVE_BACKENDS = /cpu/self/sve/serial /cpu/self/sve/blocked
344344
ifneq ($(SVE),)
345345
SVE_STATUS = Enabled

0 commit comments

Comments
 (0)