ports/biology/trimadap/files/patch-ksw.c
Jason W. Bacon 0ece2dbac7 biology/trimadap: Update to 0.1.4
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
2024-10-18 06:37:12 -05:00

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__