bwa/bwa-simde.patch

17 lines
278 B
Diff
Raw Normal View History

2021-01-27 15:02:03 +08:00
diff --git a/ksw.c b/ksw.c
2024-07-08 17:12:27 +08:00
index 1e584e9..d433432 100644
2021-01-27 15:02:03 +08:00
--- a/ksw.c
+++ b/ksw.c
2024-07-08 17:12:27 +08:00
@@ -30,6 +30,8 @@
2021-01-27 15:02:03 +08:00
#include <emmintrin.h>
2024-07-08 17:12:27 +08:00
#elif defined __ARM_NEON
#include "neon_sse.h"
+#elif defined USE_SIMDE
+#include <simde/x86/sse2.h>
#else
#include "scalar_sse.h"
#endif
--
2.43.0