File: simde.patch

package info (click to toggle)
macs 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 378,732 kB
  • sloc: ansic: 5,879; python: 4,342; sh: 451; makefile: 86
file content (16 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 14 Nov 2023 10:43:27 +0100
Forwarded: not-needed
Description: Fix location of simde header

--- a/MACS3/fermi-lite/ksw.c
+++ b/MACS3/fermi-lite/ksw.c
@@ -28,7 +28,7 @@
 
 /* I modified this according to https://github.com/lh3/bwa/pull/283/*/
 #ifdef USE_SIMDE
-#include "lib/x86/sse2.h"
+#include "simde/x86/sse2.h"
 #else
 #include <emmintrin.h>
 #endif