aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/cpuid
Commit message (Collapse)AuthorAgeFilesLines
...
* More annotationsJack Lloyd2017-09-191-1/+1
|
* Add ARM feature detection for systems without getauxvalJack Lloyd2017-09-172-15/+129
| | | | | | | | For iOS use sysctl to get the product name and use a static table of minimum versions. For everything else (not Linux/Android or iOS) try probe functions. Only for Aarch64 to keep things simple.
* Split up cpuid.cpp into arch-specific filesJack Lloyd2017-09-176-0/+854
As more archs and detection methods are used, the file was getting a little hard to follow.