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

[NFC] Add bazel support to cpu_features (#222)

This commit is contained in:
Guillaume Chatelet
2022-02-03 13:56:31 +01:00
committed by GitHub
parent 5f5e6d620f
commit e38dc6d2a8
4 changed files with 360 additions and 0 deletions

6
.gitignore vendored
View File

@ -11,3 +11,9 @@ out/
.vscode/
.vs/
*.swp
# Bazel artifacts
**/bazel-*
# Per-user bazelrc files
user.bazelrc