Skip to content

Commit

Permalink
Removed extraneous '#include <emmintrin.h>'
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Oct 27, 2016
1 parent b20e498 commit 83d0332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cpu.cpp
Expand Up @@ -18,10 +18,6 @@
#include <setjmp.h>
#endif

#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
#include <emmintrin.h>
#endif

NAMESPACE_BEGIN(CryptoPP)

#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
Expand Down
2 changes: 1 addition & 1 deletion cpu.h
Expand Up @@ -34,7 +34,7 @@
#endif

// Baseline include
#if CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE || CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
# include <emmintrin.h> // __m64, __m128i, _mm_set_epi64x
#endif
#if CRYPTOPP_BOOL_SSSE3_ASM_AVAILABLE
Expand Down

0 comments on commit 83d0332

Please sign in to comment.