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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for Crypto++ 8.2 release
Jeffrey Walton
2019-04-28
1
-2
/
+2
*
Add "cc" clobber due to GCC 3.3 compile failure
Jeffrey Walton
2018-12-29
1
-1
/
+1
*
Fix missing ExtendedControlRegister when CRYPTOPP_DISABLE_ASM
Jeffrey Walton
2018-12-28
1
-2
/
+11
*
Add check for VS version and ExtendedControlRegister (PR #766)
Shmueli Englard
2018-12-21
1
-3
/
+3
*
Add Hygon Dhyana support to enable RDRAND/RDSEED/ADX/AVX2 Feature (PR #765)
hygonsoc
2018-12-20
1
-1
/
+9
*
Update comments in config.h
Jeffrey Walton
2018-12-09
1
-2
/
+2
*
Add IBM XLC init priority support
Jeffrey Walton
2018-11-30
1
-0
/
+4
*
Update documentation
Jeffrey Walton
2018-11-30
1
-1
/
+2
*
Add Power9 Random Number Generator support (GH #747, PR #748)
Jeffrey Walton
2018-11-27
1
-1
/
+57
*
Fix compile using SunCC 5.9
Jeffrey Walton
2018-11-08
1
-1
/
+3
*
Whitespace check-in
Jeffrey Walton
2018-08-20
1
-1
/
+0
*
Fix missing _xgetbv for Visual Studio 2008 and below
Jeffrey Walton
2018-08-19
1
-1
/
+32
*
Remove unneeded defines from cpu.cpp
Jeffrey Walton
2018-08-08
1
-8
/
+0
*
Prepare for POWER8 carryless multiplies using vpmsum
Jeffrey Walton
2018-08-06
1
-1
/
+17
*
Fix build with Embarcadero C++Builder 10.2.3 (#696)
Tanzinul Islam
2018-08-04
1
-1
/
+1
*
Fix SunStudio compile on Solaris
Jeffrey Walton
2018-07-15
1
-1
/
+1
*
Add ARMv8.4 cpu feature detection support (GH #685) (#687)
Jeffrey Walton
2018-07-15
1
-5
/
+1
*
Fix Apple feature detection (GH #685)
Jeffrey Walton
2018-07-14
1
-7
/
+9
*
Add ARMv8 CPU feature queries (GH #685)
Jeffrey Walton
2018-07-14
1
-54
/
+196
*
Add ARMv7 cpu detection
Jeffrey Walton
2018-07-08
1
-7
/
+32
*
Add AVX and AVX2 runtime feature detection (GH #671)
Jeffrey Walton
2018-06-18
1
-5
/
+44
*
Remove extra ; from cpu.cpp (PR #614)
Ilja
2018-03-31
1
-1
/
+1
*
Remove double CRYPTOPP_SECTION_INIT for g_hasSSE2
Jeffrey Walton
2018-03-27
1
-11
/
+28
*
Fix Windows compile error using VS2008
Jeffrey Walton
2018-03-27
1
-1
/
+1
*
Whitespace check-in
Jeffrey Walton
2018-03-22
1
-5
/
+5
*
Rework Glibc sysconf code
Jeffrey Walton
2018-03-21
1
-57
/
+60
*
Fix Power7 test using PPC_FEATURE_ARCH_2_06
Jeffrey Walton
2018-03-21
1
-5
/
+8
*
Add CPU feature queries for AIX
Jeffrey Walton
2018-03-20
1
-8
/
+17
*
Define AT_HWCAP/AT_HWCAP2 if getauxval unavailable (#594)
Fabrice Fontaine
2018-03-04
1
-0
/
+6
*
Clear clang-tidy warnings
Jeffrey Walton
2018-01-24
1
-22
/
+23
*
Use x86 highest basic before calling a leaf function
Jeffrey Walton
2018-01-11
1
-2
/
+2
*
Add Altivec detection for PowerMac
Jeffrey Walton
2017-12-13
1
-1
/
+13
*
Fix target misdetection on OS X with '-arch i386'
Jeffrey Walton
2017-11-16
1
-14
/
+12
*
Remove SSE2 from cpu.cpp, add sse-simd.cpp
Jeffrey Walton
2017-11-16
1
-70
/
+3
*
Fix SunCC 12.2 compiler crash with GCM_Xor16_SSE2
Jeffrey Walton
2017-11-16
1
-1
/
+6
*
Fix SunCC compile with -xarch=sse2
Jeffrey Walton
2017-11-13
1
-0
/
+5
*
Reduce C++ file scope class objects
Jeffrey Walton
2017-11-12
1
-10
/
+18
*
Cleanup Altivec and Power7 code paths
Jeffrey Walton
2017-10-17
1
-5
/
+5
*
Detect XSAVE/XRESTORE OS feature support (GH #521)
Jeffrey Walton
2017-10-12
1
-17
/
+18
*
Add Power8 SHA256 and SHA512 support (GH #513)
Jeffrey Walton
2017-09-22
1
-7
/
+7
*
Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)
Jeffrey Walton
2017-09-19
1
-2
/
+6
*
Make sure _SC_LEVEL1_DCACHE_LINESIZE is defined (#507)
Deadpikle
2017-09-17
1
-2
/
+2
*
Query sysconf for _SC_LEVEL1_DCACHE_LINESIZE on ARM and PPC
Jeffrey Walton
2017-09-17
1
-3
/
+19
*
Fix compile on CentOS 6 with GCC 4.7
Jeffrey Walton
2017-09-17
1
-53
/
+59
*
Route Borland/Embarcadero into MS inline ASM code for CPUID
Jeffrey Walton
2017-09-16
1
-6
/
+13
*
Switch to CRYPTOPP_CONSTANT for cpu flags
Jeffrey Walton
2017-09-16
1
-11
/
+11
*
Fix func/subfunc parameter names (GH #502)
Jeffrey Walton
2017-09-16
1
-1
/
+1
*
Fix compile under Embarcadero (GH #498)
Jeffrey Walton
2017-09-15
1
-1
/
+3
*
Fix missing closing paren for Android Aarch64 (GH #491)
Jeffrey Walton
2017-09-13
1
-3
/
+3
*
Build Android cpu-features from sources (GH #491)
Jeffrey Walton
2017-09-13
1
-61
/
+91
[next]