aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/cpuid.h
Commit message (Collapse)AuthorAgeFilesLines
* Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+1
| | | | | Relies on mfspr emulation/trapping by the kernel, which works on (at least) Linux and NetBSD.
* Add cpuid check for Intel AESlloyd2009-09-301-1/+8
|
* Significantly rework CPUID support. Add cache line detectionlloyd2009-09-291-26/+42
|
* Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-251-0/+51
existing on the current CPU before returning an object.