Lines Matching refs:cpu_features
1 # cpu_features [![Build Status](https://travis-ci.org/google/cpu_features.svg?branch=master)](https…
22 can be used widely. To ensure that cpu_features works on as many platforms
28 cpu_features is suitable for implementing fundamental libc functions like
123 Building `cpu_features` (check [quickstart](#quickstart) below) brings a small executable to test t…
169 [cpu_features](https://github.com/google/cpu_features) is now officially
176 The cpu_features library is licensed under the terms of the Apache license.
189 cmake -B/tmp/cpu_features -H. -GNinja -DCMAKE_BUILD_TYPE=Release
190 ninja -C/tmp/cpu_features
191 /tmp/cpu_features/list_cpu_features --json
196 cmake -B/tmp/cpu_features -H. -GNinja -DBUILD_TESTING=ON
197 ninja -C/tmp/cpu_features
198 ninja -C/tmp/cpu_features test