aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/cpuid.h
Commit message (Expand)AuthorAgeFilesLines
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove stubs for VIA Padlock support. I have no plans to implement itlloyd2010-01-051-7/+1
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-2/+11
* Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+1
* 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