blob: 20974bc65620f27836814048c1a6fdb2ebd627b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "cpu-features",
"version-string": "0.4.1",
"description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime",
"homepage": "https://github.com/google/cpu_features",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"features": {
"tools": {
"description": "list_cpu_features command line tool"
}
}
}
|