summaryrefslogtreecommitdiff
path: root/cpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SSE4.1 and SSE4.2 feature detectionJeffrey Walton2016-04-151-1/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-16/+44
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-204/+229
* Cleared "unused function" warning when using GCC with -WallJeffrey Walton2015-07-231-10/+15
* g_hasISSE -> h_hasSSE. That's how old this function is...Jeffrey Walton2015-07-191-3/+3
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
* fix compile on Sun CCweidai2010-07-281-1/+3
* fix compile on Mac OS Xweidai2010-07-251-3/+3
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-28/+24
* add AESNI and CLMUL detectionweidai2010-07-071-1/+3
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-1/+14
* fix g_cacheLineSize for Pentium 3weidai2007-05-041-0/+3
* fix compile for x64, DLL and VC 6weidai2007-05-041-9/+20
* fix compile on Sun CCweidai2007-04-161-1/+1
* CPU feature detection and assembly helpersweidai2007-04-161-0/+172