aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/cpuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-0/+4
* Fix cpuid examplelloyd2010-01-191-1/+0
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Clean up cpuid test proglloyd2009-11-101-11/+18
* Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-1/+4
* Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-101-0/+1
* Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+2
* Significantly rework CPUID support. Add cache line detectionlloyd2009-09-291-0/+15