aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-05-08 12:01:26 +0100
committerGitHub <noreply@github.com>2022-05-08 12:01:26 +0100
commite02db847faa6f135cf317918888a45c75bd3997b (patch)
treed7251293f2f15a6ccd1fbef8b0713004c74568c4
parentb18ea6ab8f82cbe3caaa316ad98a2af37c6d381c (diff)
parent95764f816a9e1251a755c6edad339637345cfe28 (diff)
downloadrspamd-e02db847faa6f135cf317918888a45c75bd3997b.tar.gz
rspamd-e02db847faa6f135cf317918888a45c75bd3997b.zip
Merge pull request #4168 from msuslu/master
fix missing preprocessor macro for SSSE3 support
-rw-r--r--contrib/fastutf8/platform_config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/fastutf8/platform_config.h.in b/contrib/fastutf8/platform_config.h.in
index 301234e1e..621d99e2c 100644
--- a/contrib/fastutf8/platform_config.h.in
+++ b/contrib/fastutf8/platform_config.h.in
@@ -7,6 +7,7 @@
#ifdef __x86_64__
#cmakedefine HAVE_AVX2 1
#cmakedefine HAVE_SSE41 1
+#cmakedefine HAVE_SSSE3 1
#endif
-#endif \ No newline at end of file
+#endif