Skip to content

Commit

Permalink
use vfp5
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Feb 2, 2024
1 parent d0b4f8c commit 14a4a03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=--nmagic",
"-C", "target-cpu=cortex-m7",
#"-C", "target-feature=+fp-armv8d16",
"-C", "target-feature=+fp-armv8d16",
# fp-armv8d16 is unstable and not a rustc feature but accurate
# fp-armv8 is unstable and a rustc feature but incorrect
]

[build]
Expand Down

0 comments on commit 14a4a03

Please sign in to comment.