Skip to content

Commit

Permalink
Enable LSX feature for LoongArch OpenHarmony target
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Dec 25, 2024
1 parent e33c428 commit 652e48b
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 652e48b

Please sign in to comment.