projects
/
fermi-lite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2c381
)
use the simde header library for greater compatibility
author
Michael R. Crusoe
<michael.crusoe@gmail.com>
Fri, 8 Jan 2021 09:47:39 +0000
(10:47 +0100)
committer
Andreas Tille
<tille@debian.org>
Fri, 8 Jan 2021 09:47:39 +0000
(10:47 +0100)
Gbp-Pq: Name simde
ksw.c
patch
|
blob
|
history
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__