Author: Michael R. Crusoe <crusoe@debian.org>
Description: use the simde header library for greater compatibility
 This is a copy of the patch written for the bwa Debian package.
Forwarded: https://github.com/lh3/bwa/pull/283
--- a/bwa-apache2/ksw.c
+++ b/bwa-apache2/ksw.c
@@ -27,7 +27,8 @@
 #include <stdint.h>
 #include <assert.h>
 #if defined __SSE2__
-#include <emmintrin.h>
+#define SIMDE_ENABLE_NATIVE_ALIASES
+#include <simde/x86/sse2.h>
 #elif defined __ARM_NEON
 #include "neon_sse.h"
 #else
