Skip to content

Commit

Permalink
undef simd for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 2, 2023
1 parent 791a10f commit cadfd5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/htslib-1.18/config.flags.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cadfd5a

Please sign in to comment.