use the simde header library for greater compatibility
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Fri, 8 Jan 2021 09:47:39 +0000 (10:47 +0100)
committerAndreas Tille <tille@debian.org>
Fri, 8 Jan 2021 09:47:39 +0000 (10:47 +0100)
Gbp-Pq: Name simde

ksw.c

diff --git a/ksw.c b/ksw.c
index 71f26350eda26012aff3c16b240f4a9fba93cdb5..684a537afc2b34fe4c11ba7401052fd7a7301cc8 100644 (file)
--- a/ksw.c
+++ b/ksw.c
@@ -25,7 +25,8 @@
 
 #include <stdlib.h>
 #include <stdint.h>
-#include <emmintrin.h>
+#define SIMDE_ENABLE_NATIVE_ALIASES
+#include <simde/x86/sse2.h>
 #include "ksw.h"
 
 #ifdef __GNUC__