Skip to content

Commit

Permalink
sve - disable sve by default, use SVE=1 env flag to enable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 12, 2021
1 parent a87923f commit 8bc3d8b
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
Expand Up @@ -339,7 +339,7 @@ endif
# SVE Backends
SVE_STATUS = Disabled
SVE_FLAG := $(if $(filter clang,$(CC_VENDOR)),+sve,-msve)
SVE := 1
SVE ?= 0
SVE_BACKENDS = /cpu/self/sve/serial /cpu/self/sve/blocked
ifneq ($(SVE),)
SVE_STATUS = Enabled
Expand Down

0 comments on commit 8bc3d8b

Please sign in to comment.