File: simde

package info (click to toggle)
gatk-bwamem 1.0.4%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,260 kB
  • sloc: ansic: 12,321; java: 860; makefile: 126; sh: 36
file content (16 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
@@ -26,7 +26,8 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <assert.h>
-#include <emmintrin.h>
+#define SIMDE_ENABLE_NATIVE_ALIASES
+#include <simde/x86/sse2.h>
 #include "ksw.h"
 
 #ifdef USE_MALLOC_WRAPPERS