Loading debian/patches/simde.patch +1 −2 Original line number Diff line number Diff line Loading @@ -405,12 +405,11 @@ Description: use the simde header library for greater compatability cigar* path; --- libssw.orig/src/ssw.h +++ libssw/src/ssw.h @@ -14,7 +14,7 @@ @@ -14,7 +14,6 @@ #include <stdio.h> #include <stdint.h> #include <string.h> -#include <emmintrin.h> +#include "../debian/include/simde/x86/sse2.h" #ifdef __cplusplus extern "C" { Loading
debian/patches/simde.patch +1 −2 Original line number Diff line number Diff line Loading @@ -405,12 +405,11 @@ Description: use the simde header library for greater compatability cigar* path; --- libssw.orig/src/ssw.h +++ libssw/src/ssw.h @@ -14,7 +14,7 @@ @@ -14,7 +14,6 @@ #include <stdio.h> #include <stdint.h> #include <string.h> -#include <emmintrin.h> +#include "../debian/include/simde/x86/sse2.h" #ifdef __cplusplus extern "C" {