From cadfd5a0e56bd5391efff4df40bc346fec5dc6a7 Mon Sep 17 00:00:00 2001 From: Zilong-Li Date: Sat, 2 Dec 2023 11:42:14 +0100 Subject: [PATCH] undef simd for windows --- src/htslib-1.18/config.flags.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/htslib-1.18/config.flags.h b/src/htslib-1.18/config.flags.h index e798d90..ea3d2d4 100644 --- a/src/htslib-1.18/config.flags.h +++ b/src/htslib-1.18/config.flags.h @@ -1,5 +1,10 @@ #undef HAVE_POPCNT +#define HAVE_POPCNT 0 #undef HAVE_AVX2 +#define HAVE_AVX2 0 #undef HAVE_AVX512 +#define HAVE_AVX512 0 #undef HAVE_SSE4_1 +#define HAVE_SSE4_1 0 #undef HAVE_SSSE3 +#define HAVE_SSSE3 0