Skip to content

Commit 85c9985

Browse files
committed
Allow power10-vector feature in PowerPC
1 parent 911cbf8 commit 85c9985

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
@@ -215,6 +215,7 @@ const HEXAGON_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
215215
const POWERPC_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
216216
// tidy-alphabetical-start
217217
("altivec", Some(sym::powerpc_target_feature)),
218+
("power10-vector", Some(sym::powerpc_target_feature)),
218219
("power8-altivec", Some(sym::powerpc_target_feature)),
219220
("power8-vector", Some(sym::powerpc_target_feature)),
220221
("power9-altivec", Some(sym::powerpc_target_feature)),

0 commit comments

Comments
 (0)