1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 13:43:18 +02:00

Adding code. Closes #0.

This commit is contained in:
Guillaume Chatelet
2018-02-01 10:03:09 +01:00
parent 44d56a0a28
commit 439d371594
47 changed files with 4559 additions and 6 deletions

View File

@ -66,12 +66,12 @@ or not.
## What does it currently support
| x86 | ARM | aarch64 | mips | POWER
---------------------------- | :-: | :-: | :-----: | :----: | :-----:
Features From cpu | yes | no* | no* | no yet | not yet
Features From Linux | no | yes | yes | yes | not yet
Micro Architecture Detection | yes | no | no | no | not yet
Windows support | yes | no | no | no | not yet
| | x86 | ARM | aarch64 | mips | POWER |
|---------------------------- | :-: | :-: | :-----: | :----: | :-----: |
|Features From cpu | yes | no* | no* | no yet | not yet |
|Features From Linux | no | yes | yes | yes | not yet |
|Micro Architecture Detection | yes | no | no | no | not yet |
|Windows support | yes | no | no | no | not yet |
- **Features From Cpuid**: features are retrieved by using the cpuid
instruction. (*) Unfortunately this instruction is privileged for some