Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# cpu_features
[![Linux Status][linux_svg]][linux_link]
[![Macos Status][macos_svg]][macos_link]
[![Windows Status][windows_svg]][windows_link]

[linux_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_linux.yml/badge.svg?branch=main
[linux_link]: https://github.com/google/cpu_features/actions/workflows/amd64_linux.yml
[macos_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_macos.yml/badge.svg?branch=main
[macos_link]: https://github.com/google/cpu_features/actions/workflows/amd64_macos.yml
[windows_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_windows.yml/badge.svg?branch=main
[windows_link]: https://github.com/google/cpu_features/actions/workflows/amd64_windows.yml

A cross-platform C library to retrieve CPU features (such as available
instructions) at runtime.

# GitHub-CI Status

- [CMake Status](cmake/ci/README.md)
- [Bazel Status](bazel/ci/README.md)

## Table of Contents

- [Design Rationale](#rationale)
Expand Down
17 changes: 17 additions & 0 deletions bazel/ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GitHub-CI Status
| Os | amd64 | AArch64 | ARM | MIPS |
| :-- | --: | --: | --: | --: |
| FreeBSD | ![][img_na] | ![][img_na] | ![][img_na] | ![][img_na] |
| Linux | [![][img_2a]][lnk_2a] | ![][img_na] | ![][img_na] | ![][img_na] |
| MacOS | ![][img_na] | ![][img_na] | ![][img_na] | ![][img_na] |
| Windows | ![][img_na] | ![][img_na] | ![][img_na] | ![][img_na] |

[img_na]: https://img.shields.io/badge/build-N%2FA-lightgrey
[lnk_2a]: https://github.com/google/cpu_features/actions/workflows/amd64_linux_cmake.yml
[img_2a]: https://img.shields.io/github/workflow/status/google/cpu_features/amd64%20Linux%20Bazel/main

### Usage
To get the help simply type:
```sh
bazel test -s --verbose_failures //...
```
2 changes: 1 addition & 1 deletion cmake/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make

note: you can also use from top directory
```sh
make --directory=ci
make --directory=cmake/ci
```

### Example
Expand Down