Skip to content

Commit 944b53e

Browse files
committed
add fp-armv8 for ARM_ALLOWED_FEATURES
1 parent 138fd56 commit 944b53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
2626
("vfp2", Some(sym::arm_target_feature)),
2727
("vfp3", Some(sym::arm_target_feature)),
2828
("vfp4", Some(sym::arm_target_feature)),
29+
("fp-armv8", Some(sym::arm_target_feature)),
2930
// This is needed for inline assembly, but shouldn't be stabilized as-is
3031
// since it should be enabled per-function using #[instruction_set], not
3132
// #[target_feature].

0 commit comments

Comments
 (0)