Skip to content

Commit

Permalink
Add loongarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYu396 committed Feb 28, 2023
1 parent fbd0d18 commit 9093538
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ alias(
actual = ":arm64",
)

alias(
name = "loongarch64",
actual = ":loong64",
)

# TODO(b/136237408): Remove this generic CPU name and replace with a specific one.
constraint_value(
name = "arm",
Expand Down Expand Up @@ -120,6 +125,11 @@ constraint_value(
constraint_setting = ":cpu",
)

constraint_value(
name = "loongarch64",
constraint_setting = ":cpu",
)

constraint_value(
name = "riscv32",
constraint_setting = ":cpu",
Expand Down

0 comments on commit 9093538

Please sign in to comment.