We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+vfp3d16
armv7a-vex-v5
1 parent 7e71dda commit e6700ccCopy full SHA for e6700cc
compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs
@@ -21,7 +21,7 @@ pub(crate) fn target() -> Target {
21
env: "v5".into(),
22
cpu: "cortex-a9".into(),
23
abi: "eabihf".into(),
24
- features: "+v7,+neon,+vfp3,+thumb2".into(),
+ features: "+v7,+neon,+vfp3d16,+thumb2".into(),
25
linker: Some("rust-lld".into()),
26
linker_flavor: LinkerFlavor::Gnu(Cc::No, Lld::Yes),
27
link_script: Some(LINK_SCRIPT.into()),
0 commit comments