We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb21c6 commit 0465126Copy full SHA for 0465126
1 file changed
tools/build_steps.sh
@@ -139,6 +139,7 @@ function do_build_lib {
139
Linux-aarch64)
140
local bitness=64
141
local target_flags="TARGET=ARMV8"
142
+ export CFLAGS="$CFLAGS -march=armv8.6-a+sve"
143
;;
144
Darwin-arm64)
145
0 commit comments