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 dd4bffb commit 51da883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/htslib-1.18/config.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ LIBS += $(noplugin_LIBS)
endif

# Extra CFLAGS for specific files
# HTS_CFLAGS_AVX2 = @hts_cflags_avx2@
# HTS_CFLAGS_AVX512 = @hts_cflags_avx512@
# HTS_CFLAGS_SSE4 = @hts_cflags_sse4@
# HTS_HAVE_NEON = @hts_have_neon@
HTS_CFLAGS_AVX2 =
HTS_CFLAGS_AVX512 =
HTS_CFLAGS_SSE4 =
HTS_HAVE_NEON =

0 comments on commit 51da883

Please sign in to comment.