aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/cpuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect (though not using) the CPUID bit for the RDRAND instructionlloyd2011-06-161-0/+1
* More pubkey doc updateslloyd2011-04-081-0/+46
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-46/+0
* Missing include, VC++ complainedlloyd2010-08-121-0/+1
* Organize CPUID output a little more nicelylloyd2010-07-281-4/+10
* Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-5/+4
* Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-261-2/+4
* Add detection support for upcoming AVXlloyd2010-06-251-0/+1
* 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