Skip to content

Commit 7986eb3

Browse files
authored
Merge pull request #2240 from endocrimes/dani/fix-arm-build
cargo cfg: fix build on aarch64-linux
2 parents 33ceaf0 + a5f5532 commit 7986eb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[net]
22
git-fetch-with-cli = true
3+
4+
[target.aarch64-unknown-linux-gnu]
5+
rustflags = ["-C", "target-feature=+fp16"]

0 commit comments

Comments
 (0)