Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More annotations | Jack Lloyd | 2017-09-19 | 1 | -1/+1 | |
| | ||||||
* | Add ARM feature detection for systems without getauxval | Jack Lloyd | 2017-09-17 | 2 | -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 files | Jack Lloyd | 2017-09-17 | 6 | -0/+854 | |
As more archs and detection methods are used, the file was getting a little hard to follow. |