1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Add Riscv32 and Riscv64 Bazel build rules. (#312)

* Add Riscv64 Bazel build rules.

* Add Riscv32 Bazel build rules.
This commit is contained in:
Prashanth Swaminathan
2023-06-15 00:03:16 -07:00
committed by GitHub
parent b0913b4197
commit de1b9e6fe7
2 changed files with 15 additions and 1 deletions

View File

@ -9,3 +9,7 @@ PLATFORM_CPU_ARM64 = ("@platforms//cpu:arm64")
PLATFORM_CPU_MIPS = ("@platforms//cpu:mips64")
PLATFORM_CPU_PPC = ("@platforms//cpu:ppc")
PLATFORM_CPU_RISCV32 = ("@platforms//cpu:riscv32")
PLATFORM_CPU_RISCV64 = ("@platforms//cpu:riscv64")