Skip to content

Commit

Permalink
Stabilize nontrapping-fptoint
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Oct 31, 2023
1 parent 045f158 commit 3c77937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/target_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 286,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
("exception-handling", Some(sym::wasm_target_feature)),
("multivalue", Some(sym::wasm_target_feature)),
("mutable-globals", Some(sym::wasm_target_feature)),
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
("nontrapping-fptoint", None),
("reference-types", Some(sym::wasm_target_feature)),
("relaxed-simd", Some(sym::wasm_target_feature)),
("sign-ext", Some(sym::wasm_target_feature)),
Expand Down

0 comments on commit 3c77937

Please sign in to comment.