Skip to content

Commit 891e158

Browse files
committed
loongarch: add frecipe and relax target feature
1 parent 41d97c8 commit 891e158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_target/src/target_features.rs

+2
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,12 @@ const LOONGARCH_ALLOWED_FEATURES: &[(&str, Stability)] = &[
377377
// tidy-alphabetical-start
378378
("d", Unstable(sym::loongarch_target_feature)),
379379
("f", Unstable(sym::loongarch_target_feature)),
380+
("frecipe", Unstable(sym::loongarch_target_feature)),
380381
("lasx", Unstable(sym::loongarch_target_feature)),
381382
("lbt", Unstable(sym::loongarch_target_feature)),
382383
("lsx", Unstable(sym::loongarch_target_feature)),
383384
("lvz", Unstable(sym::loongarch_target_feature)),
385+
("relax", Unstable(sym::loongarch_target_feature)),
384386
("ual", Unstable(sym::loongarch_target_feature)),
385387
// tidy-alphabetical-end
386388
];

0 commit comments

Comments
 (0)