Update to latest commit, with new MIT license Add support for other architectures using SIMDE Reported by: fuz Reviewed by: fuz Differential Revision: https://reviews.freebsd.org/D47129
14 lines
284 B
C
14 lines
284 B
C
--- ksw.c.orig 2024-10-16 19:52:35 UTC
|
|
+++ ksw.c
|
|
@@ -26,7 +26,9 @@
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include <string.h>
|
|
-#include <emmintrin.h>
|
|
+// #include <emmintrin.h>
|
|
+#define SIMDE_ENABLE_NATIVE_ALIASES
|
|
+#include <simde/x86/sse2.h>
|
|
#include "ksw.h"
|
|
|
|
#ifdef __GNUC__
|