Jeffrey Walton
|
c49b6d4d71
|
Cleanup comments and old code artifacts
|
2017-11-15 21:11:42 -05:00 |
Jeffrey Walton
|
e8bed05b7d
|
Use SSE4.1 instead of SSE4.2 for BLAKE2
BLAKE2 requires SSE4.1, no SSE4.2. This change should have been made when we split SSE4 into .1 and .2, but we needed more OS X and LLVM testing
|
2017-11-15 20:08:06 -05:00 |
Jeffrey Walton
|
f1386ad894
|
Fix SunCC 12.5 compile with -std=c++11
|
2017-11-13 13:08:56 -05:00 |
Jeffrey Walton
|
b40ca97550
|
Update documentation
|
2017-11-12 16:35:44 -05:00 |
Jeffrey Walton
|
c7a7385d52
|
Clear missing newline warning
|
2017-10-12 14:02:26 -04:00 |
Jeffrey Walton
|
f0c2324f6b
|
Fix armeabi and armv7-a for Android (GH #509)
|
2017-09-17 20:07:53 -04:00 |
Jeffrey Walton
|
8d98417306
|
Add Aarch64 specific defines to Android cross-compile
Move <arm_acle.h> logic into "sonfig.h". Detecting when we can/should include <arm_acle.h> is proving to be troublesome
|
2017-09-13 17:16:57 -04:00 |
Jeffrey Walton
|
a1b3102eab
|
Update comments
|
2017-08-19 01:35:36 -04:00 |
Jeffrey Walton
|
a9534a7cf3
|
Use CRYPTOPP_SSE2_INTRIN_AVAILABLE for consistent naming
|
2017-08-18 02:11:41 -04:00 |
Jeffrey Walton
|
e2c377effd
|
Split source files to support Base Implementation + SIMD implementation (GH #461)
Split source files to support Base Implementation + SIMD implementation
|
2017-08-17 12:33:43 -04:00 |