Skip to content

Commit

Permalink
Only include <tmmintrin.h> when SSSE3 is present
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
jedisct1 committed Feb 8, 2020
1 parent 7ae7e0e commit a375b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion impl/gimli-core/sse2.h
@@ -1,4 +1,7 @@
#include <tmmintrin.h>
#include <emmintrin.h>
#ifdef __SSSE3__
# include <tmmintrin.h>
#endif

#define S 9

Expand Down

0 comments on commit a375b8d

Please sign in to comment.