index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AVX and AVX2 runtime feature detection (GH #671)
Jeffrey Walton
2018-06-18
1
-0
/
+30
*
Workaround for #636
alanbirtles
2018-04-12
1
-0
/
+5
*
Change Doxygen comment style from //! to ///
Jeffrey Walton
2017-11-29
1
-213
/
+213
*
Add sse-simd.cpp to nmake file and vcxproj filters
Jeffrey Walton
2017-11-16
1
-2
/
+2
*
Update documentation
Jeffrey Walton
2017-11-16
1
-2
/
+24
*
Fix SunCC 12.2 compiler crash with GCM_Xor16_SSE2
Jeffrey Walton
2017-11-16
1
-0
/
+12
*
Update documentation
Jeffrey Walton
2017-11-12
1
-0
/
+16
*
Cleanup Altivec and Power7 code paths
Jeffrey Walton
2017-10-17
1
-2
/
+25
*
Add Power8 SHA256 and SHA512 support (GH #513)
Jeffrey Walton
2017-09-22
1
-9
/
+9
*
Update documentation
Jeffrey Walton
2017-09-11
1
-18
/
+24
*
Add PowerPC support to cpu.h and validate.cpp
Jeffrey Walton
2017-09-11
1
-1
/
+107
*
Fix IS_ARMV8 in GNUmakefile
Jeffrey Walton
2017-08-30
1
-0
/
+4
*
Remove BOOL macro value (GH #462)
Jeffrey Walton
2017-08-20
1
-1
/
+1
*
Update documentation
Jeffrey Walton
2017-08-17
1
-0
/
+4
*
Update documentation
Jeffrey Walton
2017-08-17
1
-14
/
+33
*
Split source files to support Base Implementation + SIMD implementation (GH #...
Jeffrey Walton
2017-08-17
1
-121
/
+50
*
Fix NEON detection on Aarch32 and Aarch64
Jeffrey Walton
2017-08-17
1
-1
/
+1
*
Add defines for GCC_INLINE and GCC_INLINE_ATTRIB (Issues 427 and 428)
Jeffrey Walton
2017-05-20
1
-0
/
+12
*
Fix SunCC and "_mm_set_epi8 must have prototype"
Jeffrey Walton
2017-04-22
1
-1
/
+1
*
Fix ARM compile under VS2013
Jeffrey Walton
2017-03-20
1
-1
/
+1
*
Change file preamble to include "originally written by Wei Dai"
Jeffrey Walton
2017-01-27
1
-1
/
+1
*
VEXT_8 -> VEXT_U8
Jeffrey Walton
2017-01-22
1
-1
/
+1
*
Begin fix of cpu.h under Apple and LLVM Clang (Issue 362)
Jeffrey Walton
2017-01-13
1
-1
/
+1
*
Add ARM SHA extensions for SHA1
Jeffrey Walton
2017-01-13
1
-4
/
+7
*
spelling fixes
klemens
2016-12-27
1
-1
/
+1
*
Silence select conversion warnings (Issue 340)
Jeffrey Walton
2016-12-02
1
-0
/
+12
*
Add Intel SHA1 extension support
Jeffrey Walton
2016-12-01
1
-6
/
+3
*
Add X86 SHA cpu feature detection
Jeffrey Walton
2016-10-26
1
-0
/
+11
*
Removed extraneous '#include <emmintrin.h>'
Jeffrey Walton
2016-10-26
1
-1
/
+1
*
Cleanup feature defines in <config.h>. Cleanup intrinsic includes in <cpu.h>
Jeffrey Walton
2016-09-20
1
-11
/
+10
*
Fix compile under CentOS 5 with GCC 4.1
Jeffrey Walton
2016-09-19
1
-1
/
+1
*
Add guard for X86/X64/X32 headers
Jeffrey Walton
2016-09-18
1
-34
/
+36
*
Remove library supplied aesenc, aesdec and friends (Issue 206)
Jeffrey Walton
2016-09-18
1
-86
/
+9
*
Fix compile error on Pine64 dev-board under Aarch64 with GCC 4.9
Jeffrey Walton
2016-08-03
1
-7
/
+6
*
Fix missing arm_acle.h under GCC 4.8. Rearrange some defines to better accoun...
Jeffrey Walton
2016-08-01
1
-33
/
+31
*
Fix missing defines under Windows
Jeffrey Walton
2016-07-24
1
-1
/
+7
*
Add polynomial multiply instruction detection
Jeffrey Walton
2016-07-24
1
-30
/
+29
*
Fix broken compile with GCC 4.9 and 4.9 in Debug configuration with -std=c++11
Jeffrey Walton
2016-07-22
1
-0
/
+6
*
Add AVX and AVX2 for Sun Studio
Jeffrey Walton
2016-07-13
1
-0
/
+7
*
Go back to Commit 66ada4cc61d62afc
Jeffrey Walton
2016-07-06
1
-9
/
+66
*
Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...
Mouse
2016-07-06
1
-66
/
+9
*
Updated documentation
Jeffrey Walton
2016-07-05
1
-5
/
+62
*
Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...
Jeffrey Walton
2016-07-05
1
-4
/
+4
*
Revert "Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4...
Jeffrey Walton
2016-06-28
1
-6
/
+2
*
Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4.9 with ...
Jeffrey Walton
2016-06-27
1
-2
/
+6
*
Fix "SSE instruction set not enabled" (Issue 196)
Jeffrey Walton
2016-06-20
1
-1
/
+2
*
Fix " error: expected unqualified-id before ‘int’" when using GCC 5.3/i68...
Jeffrey Walton
2016-06-19
1
-0
/
+8
*
Fix compiler include detection under LLVM and Apple Clanm (Issue 182)
Jeffrey Walton
2016-06-12
1
-3
/
+8
*
Fix AMD RDRAND detection. Add VIA Padlock extension detection
Jeffrey Walton
2016-05-19
1
-0
/
+40
*
Add test for AES, SHA1 and SHA2 from ARM Crypto extension from arm-neon branch
Jeffrey Walton
2016-05-19
1
-8
/
+38
[next]