Commit Graph

1696 Commits (0c3313c8a2007ecabffc86edfbaef4d312664fff)

Author SHA1 Message Date
Jeffrey Walton 0c3313c8a2 Fix compile under VS2013 X86 2016-08-21 06:42:54 -04:00
Jeffrey Walton 898d6a3f78 Fix compile under VS2012 X86 2016-08-21 04:36:32 -04:00
Jeffrey Walton cd3dd25b12 Fix compile under VS2010 X86 2016-08-21 04:16:44 -04:00
Jeffrey Walton 1e7c837442 Add test for Huffman codes (Issue 242) 2016-08-21 03:18:26 -04:00
Jeffrey Walton 5f4b1d4ca9 Merge pull request #241 from GamePad64/master
Fixed install path for Windows in CMake
2016-08-19 23:09:52 -04:00
Alexander Shishenko a4e4e48127 Fixed install path for Windows in CMake (for example, for use with MinGW/MSYS environment) 2016-08-07 15:54:36 +03:00
Jeffrey Walton 90f9d1a9db Fix compile error on Pine64 dev-board under Aarch64 with GCC 4.9 2016-08-03 19:34:22 -04:00
Jeffrey Walton 6997628f6d Add guards for HAVE_O3, HAVE_O5, HAVE_OS and HAVE_OFAST 2016-08-02 09:29:38 -04:00
Jeffrey Walton d1188ef7e7 Merge pull request #239 from anonimal/cpu-mingw-fix
cpu: fix MinGW-w64 build. Closes #237
2016-08-01 16:25:37 -04:00
anonimal bf9809ef57
cpu: fix MinGW-w64 build. Closes #237
* Fixed by Jeffrey Walton (noloader)
2016-08-01 19:56:43 +00:00
Jeffrey Walton 3f6d499c19 Fix missing arm_acle.h under GCC 4.8. Rearrange some defines to better account for ARM and MIPS 2016-08-01 13:41:42 -04:00
Jeffrey Walton 49bf0112d8 Fix spelling error 2016-07-31 04:31:57 -04:00
Jeffrey Walton 3ffb1f3565 Fix failed self tests under -Ofast and -O5. It appears to be a SunCC compiler bug 2016-07-31 04:18:01 -04:00
Jeffrey Walton 8dffadf2e3 Fix USER_CXXFLAGS reporting 2016-07-30 11:37:10 -04:00
Jeffrey Walton b4726950c2 Add options for SunCC as arrary elements 2016-07-30 07:20:08 -04:00
Jeffrey Walton e6ad2579ca Remove extraneous whitespace from options 2016-07-30 06:32:44 -04:00
Jeffrey Walton 8c63bc3a63 Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS for -O3 and above for ARM and MIPS (Issue 231) 2016-07-29 05:56:12 -04:00
Jeffrey Walton 22ed5382ed Removed RETAINED_CXXFLAGS. Add USER_CXXFLAGS. Add HAVE_AARCH32 and Aarch32 tests 2016-07-29 01:47:44 -04:00
Jeffrey Walton 0db3a4e5d7 Fix GCC 4.9 internal compiler error when using poly128_t (Issue 233) 2016-07-28 23:52:55 -04:00
Jeffrey Walton bca0fa6a9e Add test for unified asm syntax
This is a premeptive strike to ensure no surprises when divided syntax is deprecated
2016-07-28 05:12:17 -04:00
Jeffrey Walton 8b09565b6e Updated year in copyright notice 2016-07-27 15:45:46 -04:00
Jeffrey Walton 0b8cea5c51 Add guard for SunCC 2016-07-25 08:03:56 -04:00
Jeffrey Walton b99a92fe72 Whitespace checkin 2016-07-24 23:41:24 -04:00
Jeffrey Walton 57337a5479 Fix missing defines under Windows 2016-07-24 21:30:03 -04:00
Jeffrey Walton 06a7abc9c8 Whitespace cleanup 2016-07-24 19:28:01 -04:00
Jeffrey Walton 8213936b55 Fix unwanted IOS_ARCH reset to armv7 2016-07-24 14:38:58 -04:00
Jeffrey Walton e2bf6824ff Fix cannot convert between 'word64*' and 'uint64_t*' and -fpermissive 2016-07-24 13:40:58 -04:00
Jeffrey Walton f0f0408c89 Add polynomial multiply instruction detection 2016-07-24 09:48:28 -04:00
Jeffrey Walton 43320dd727 Fixed compile under Visual Studio 2008, 32-bit 2016-07-24 04:20:50 -04:00
Jeffrey Walton fc5ad7ea7d Removed SSE2 and SSE4 restrictions under Visual Studio 2016-07-24 01:25:30 -04:00
Jeffrey Walton fa0b378173 Add SSE2 guard with CRYPTOPP_BOOL_SSE2_AVAILABLE 2016-07-24 00:47:37 -04:00
Jeffrey Walton 7716f5f689 Enable CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE 2016-07-24 00:39:20 -04:00
Jeffrey Walton 32e6276baf Prefer union access over pointer cast
Also see http://stackoverflow.com/a/38547909/608639
2016-07-24 00:34:55 -04:00
Jeffrey Walton ef4f185d9b Avoid accessing union value through inactive member 2016-07-23 23:49:26 -04:00
Jeffrey Walton d8638a597f Fixed arguments to _mm_set_epi64x 2016-07-23 22:09:26 -04:00
Jeffrey Walton f532b02a96 Add replacement for _mm_set_epi64x under Sun Studio 12.3 and below 2016-07-23 21:39:18 -04:00
Jeffrey Walton 7378a1b86d Cleared analysis warning on use of boolean in arithmetic expression 2016-07-23 19:37:17 -04:00
Jeffrey Walton eba3f83327 Use CRYPTOPP_DISABLE_INTEL_ASM to disable Panama's ASM 2016-07-23 08:10:38 -04:00
Jeffrey Walton c7b329db90 Add fpv5 fpu option 2016-07-22 23:17:46 -04:00
Jeffrey Walton 2d55eeb2be Fix HAVE_ARM_VFPV3 typo. Fix PLATFORM_CXXFLAGS for first debug and release build 2016-07-22 05:42:14 -04:00
Jeffrey Walton 0c801ce822 Fix broken compile with GCC 4.9 and 4.9 in Debug configuration with -std=c++11 2016-07-22 03:25:25 -04:00
Jeffrey Walton e8d3ddffd8 Removed HAVE_ARM_ASIMD. Add HAVE_ARMV8. Enable at least '-march=armv8-a' for all Aarch64 platforms 2016-07-22 02:52:06 -04:00
Jeffrey Walton c1b57a9a7f Add logic for ARM vfpd32 CPU flag 2016-07-22 00:46:14 -04:00
Jeffrey Walton a327717618 Guard _blsr_u64 and _tzcnt_u64 on __x86_64__ 2016-07-21 18:04:05 -04:00
Jeffrey Walton 29bd2bc95c Add additional FILTERED_CXXFLAGS 2016-07-21 18:00:49 -04:00
Jeffrey Walton 6ed2a60a53 Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS for -O5 and -Ofast 2016-07-21 02:57:50 -04:00
Jeffrey Walton c606ea2573 Remove 32-bit ARMv8 FPU flags from Aarch64 2016-07-20 20:08:00 -04:00
Jeffrey Walton e0ca095144 Fix "unrecognized command line option ‘-mfpu=neon-fp-armv8" under GCC 4.8 2016-07-20 11:15:03 -04:00
Jeffrey Walton 9f9b050c7f Remove soft-float from ARMv8 2016-07-20 10:31:00 -04:00
Jeffrey Walton 5bc1f5bfd1 Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS for -Ofast testing since it auto-vectorizes under GCC 2016-07-20 09:54:03 -04:00