summaryrefslogtreecommitdiff
path: root/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed Clang 3.4 compiler error on LinuxJeffrey Walton2015-12-251-0/+15
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-9/+52
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-376/+370
* Cleaned up CRYPTOPP_CLANG_INTEGRATED_ASSEMBLER and WORKAROUND_LLVM_BUG_18916 ...Jeffrey Walton2015-07-231-1/+3
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-7/+24
* Added macro to abstract differences in sytax string parsing between GAS and C...Jeffrey Walton2015-07-211-0/+12
* g_hasISSE -> h_hasSSE. That's how old this function is...Jeffrey Walton2015-07-191-2/+2
* HasISSE -> HasSSE. That's how old this function is...Jeffrey Walton2015-07-191-2/+2
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
* fix compile with Intel C++ Compiler 11.1weidai2010-08-041-3/+3
* fix compile on GCC 4.4 and greaterweidai2010-07-291-2/+80
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-30/+18
* add AESNI and CLMUL detectionweidai2010-07-071-0/+16
* changes for 5.6: weidai2009-03-021-1/+4
* fix missing CRYPTOPP_APIweidai2007-09-251-2/+2
* fix compile with GAS 2.15weidai2007-09-241-0/+3
* - port x64 assembly code to MASMweidai2007-09-241-5/+116
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-0/+11
* fix compile for x64, DLL and VC 6weidai2007-05-041-5/+28
* fix compile on Sun CCweidai2007-04-161-15/+16
* CPU feature detection and assembly helpersweidai2007-04-161-0/+111