Skip to content

Commit a5f5532

Browse files
committed
cargo cfg: fix build on aarch64-linux
Signed-off-by: Danielle Lancashire <[email protected]>
1 parent c973a87 commit a5f5532

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)