Skip to content

Commit

Permalink
Rollup merge of #134751 - heiher:loong-ohos-lsx, r=jieyouxu
Browse files Browse the repository at this point in the history
Enable LSX feature for LoongArch OpenHarmony target
  • Loading branch information
jieyouxu authored Dec 25, 2024
2 parents db3404a + 652e48b commit d04f8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
options: TargetOptions {
code_model: Some(CodeModel::Medium),
cpu: "generic".into(),
features: "+f,+d".into(),
features: "+f,+d,+lsx".into(),
llvm_abiname: "lp64d".into(),
max_atomic_width: Some(64),
supported_sanitizers: SanitizerSet::ADDRESS
Expand Down

0 comments on commit d04f8bd

Please sign in to comment.