We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adeec5 commit db51979Copy full SHA for db51979
ci/run.sh
@@ -41,6 +41,7 @@ case ${TARGET} in
41
# missing a fix from https://github.com/alexcrichton/cc-rs/pull/627. Apply
42
# the workaround manually here.
43
armv7-*eabihf | thumbv7-*eabihf)
44
+ export RUSTFLAGS="${RUSTFLAGS} -Ctarget-feature=+neon"
45
export TARGET_CFLAGS="-mfpu=vfpv3-d16"
46
;;
47
esac
0 commit comments