Skip to content

Commit

Permalink
Add loongarch64 cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungxi committed Sep 11, 2024
1 parent d5fcb55 commit 5a9ada6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@ constraint_value(
name = "riscv64",
constraint_setting = ":cpu",
)

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

0 comments on commit 5a9ada6

Please sign in to comment.