aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/cpuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Slight cleanups in the Altivec detection code for readability.lloyd2009-10-291-5/+12
* Fix cpuid with icc (tested with 11.1)lloyd2009-10-291-2/+2
* No ||= operator!lloyd2009-10-291-7/+7
* Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+60
* Add ; after call to VC++'s __cpuid, not a macrolloyd2009-10-251-1/+1
* Cast the u32bit output array to an int* when calling the VC++ intrinsic,lloyd2009-10-251-3/+6
* Enable CPUID on x86 (checking wrong macro name)lloyd2009-10-211-1/+1
* Clean up cpuid callinglloyd2009-10-061-32/+26
* Add vendor ID for AMDlloyd2009-09-291-1/+1
* Significantly rework CPUID support. Add cache line detectionlloyd2009-09-291-61/+57
* Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-291-3/+3
* Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-251-0/+108