Skip to content

Commit 0465126

Browse files
committed
add march for arm8
1 parent 9eb21c6 commit 0465126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function do_build_lib {
139139
Linux-aarch64)
140140
local bitness=64
141141
local target_flags="TARGET=ARMV8"
142+
export CFLAGS="$CFLAGS -march=armv8.6-a+sve"
142143
;;
143144
Darwin-arm64)
144145
local bitness=64

0 commit comments

Comments
 (0)