From a375b8d4c4af2895df86a650c223f66619eda354 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 8 Feb 2020 12:55:42 +0100 Subject: [PATCH] Only include when SSSE3 is present Fixes #87 --- impl/gimli-core/sse2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/impl/gimli-core/sse2.h b/impl/gimli-core/sse2.h index c40bd8f..14bf2cb 100644 --- a/impl/gimli-core/sse2.h +++ b/impl/gimli-core/sse2.h @@ -1,4 +1,7 @@ -#include +#include +#ifdef __SSSE3__ +# include +#endif #define S 9