There was an error while loading. Please reload this page.
1 parent e3fa058 commit bc7ce48Copy full SHA for bc7ce48
1 file changed
deps/histogram/src/hdr_histogram.c
@@ -37,7 +37,7 @@
37
/* Runtime-dispatched AVX2 path: keep the rest of this TU at the project's
38
baseline ISA so the shipped binary does not silently require AVX2. */
39
#if (defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86)) \
40
- && (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
+ && (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER) && !defined(_MSC_VER)
41
# define HDR_HAS_AVX2_DISPATCH 1
42
# include <immintrin.h>
43
#endif
0 commit comments