1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

[doc] link quickstart within the sample code section

This commit is contained in:
Guillaume Chatelet 2020-09-21 10:04:30 +00:00
parent 4efc837a92
commit c186ec5307

View File

@ -120,7 +120,8 @@ This feature is currently available only for x86 microarchitectures.
<a name="usagesample"></a>
### Running sample code
Building `cpu_features` brings a small executable to test the library.
Building `cpu_features` (check [quickstart](#quickstart) below) brings a small executable to test the library.
.
```shell
% ./build/list_cpu_features
@ -181,6 +182,7 @@ See [LICENSE](LICENSE) for more information.
Please check the [CMake build instructions](cmake/README.md).
<a name="quickstart"></a>
### Quickstart with `Ninja`
- build `list_cpu_features`