Skip to content

Commit db51979

Browse files
committed
Attempt to fix ARM
1 parent 1adeec5 commit db51979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ case ${TARGET} in
4141
# missing a fix from https://github.com/alexcrichton/cc-rs/pull/627. Apply
4242
# the workaround manually here.
4343
armv7-*eabihf | thumbv7-*eabihf)
44+
export RUSTFLAGS="${RUSTFLAGS} -Ctarget-feature=+neon"
4445
export TARGET_CFLAGS="-mfpu=vfpv3-d16"
4546
;;
4647
esac

0 commit comments

Comments
 (0)