Skip to content

Commit 82a031a

Browse files
authored
Unrolled build for rust-lang#134751
Rollup merge of rust-lang#134751 - heiher:loong-ohos-lsx, r=jieyouxu Enable LSX feature for LoongArch OpenHarmony target
2 parents a0a5c42 + 652e48b commit 82a031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/loongarch64_unknown_linux_ohos.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
1515
options: TargetOptions {
1616
code_model: Some(CodeModel::Medium),
1717
cpu: "generic".into(),
18-
features: "+f,+d".into(),
18+
features: "+f,+d,+lsx".into(),
1919
llvm_abiname: "lp64d".into(),
2020
max_atomic_width: Some(64),
2121
supported_sanitizers: SanitizerSet::ADDRESS

0 commit comments

Comments
 (0)