summaryrefslogtreecommitdiff
path: root/crc.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-13 01:45:09 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-13 01:45:09 -0400
commitc4f9a7cfceabd64f829ebcc335be44be01634e79 (patch)
treebf6f1a41618c07cf5c0f8c2b6a0c11c21d06bf42 /crc.cpp
parent8281e51e9411f3198346140e21a006c5d5d4451e (diff)
downloadcryptopp-git-c4f9a7cfceabd64f829ebcc335be44be01634e79.tar.gz
Fix compile under iOS
Diffstat (limited to 'crc.cpp')
-rw-r--r--crc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/crc.cpp b/crc.cpp
index f3383f2f..738d1238 100644
--- a/crc.cpp
+++ b/crc.cpp
@@ -13,11 +13,6 @@ NAMESPACE_BEGIN(CryptoPP)
# undef CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE
#endif
-// SunCC 12.4 and above
-#if defined(CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE) && ((__SUNPRO_CC >= 0x5130) || defined(__clang__))
-# include <nmmintrin.h>
-#endif
-
/* Table of CRC-32's of all single byte values (made by makecrc.c) */
const word32 CRC32::m_tab[] = {
#ifdef IS_LITTLE_ENDIAN