We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138fd56 commit 944b53eCopy full SHA for 944b53e
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