We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efc837 commit c186ec5Copy full SHA for c186ec5
README.md
@@ -120,7 +120,8 @@ This feature is currently available only for x86 microarchitectures.
120
<a name="usagesample"></a>
121
### Running sample code
122
123
-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.
124
+.
125
126
```shell
127
% ./build/list_cpu_features
@@ -181,6 +182,7 @@ See [LICENSE](LICENSE) for more information.
181
182
183
Please check the [CMake build instructions](cmake/README.md).
184
185
+<a name="quickstart"></a>
186
### Quickstart with `Ninja`
187
188
- build `list_cpu_features`
0 commit comments