Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sve - disable sve by default, use SVE=1 env flag to enable
Browse files Browse the repository at this point in the history
jeremylt committed Nov 12, 2021
1 parent a87923f commit d978c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -339,7 +339,7 @@ endif
# SVE Backends
SVE_STATUS = Disabled
SVE_FLAG := $(if $(filter clang,$(CC_VENDOR)),+sve,-msve)
SVE := 1
SVE ?=
SVE_BACKENDS = /cpu/self/sve/serial /cpu/self/sve/blocked
ifneq ($(SVE),)
SVE_STATUS = Enabled

0 comments on commit d978c66

Please sign in to comment.