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.
2 parents 6a436aa + 944b53e commit d0266e3Copy full SHA for d0266e3
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -26,6 +26,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
26
("vfp2", Some(sym::arm_target_feature)),
27
("vfp3", Some(sym::arm_target_feature)),
28
("vfp4", Some(sym::arm_target_feature)),
29
+ ("fp-armv8", Some(sym::arm_target_feature)),
30
// This is needed for inline assembly, but shouldn't be stabilized as-is
31
// since it should be enabled per-function using #[instruction_set], not
32
// #[target_feature].
0 commit comments