| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0664f1 commit 32ffff8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | /* Runtime-dispatched AVX2 path: keep the rest of this TU at the project's | |
| 38 | 38 | baseline ISA so the shipped binary does not silently require AVX2. */ | |
| 39 | 39 | #if (defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86)) \ | |
| 40 | - && (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER) | ||
| 40 | + && (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER) && !defined(_MSC_VER) | ||
| 41 | 41 | # define HDR_HAS_AVX2_DISPATCH 1 | |
| 42 | 42 | # include <immintrin.h> | |
| 43 | 43 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments