| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,7 @@ | |||
| 29 | 29 | #include <arm_neon.h> | |
| 30 | 30 | typedef uint8x16_t z_vec128i_t; | |
| 31 | 31 | #elif defined(INFLATE_CHUNK_SIMD_SSE2) | |
| 32 | + #pragma GCC target ("sse2") | ||
| 32 | 33 | #include <emmintrin.h> | |
| 33 | 34 | typedef __m128i z_vec128i_t; | |
| 34 | 35 | #else | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,7 @@ | |||
| 9 | 9 | * For conditions of distribution and use, see copyright notice in zlib.h | |
| 10 | 10 | */ | |
| 11 | 11 | ||
| 12 | + #pragma GCC target ("sse2") | ||
| 12 | 13 | #include <immintrin.h> | |
| 13 | 14 | #include "deflate.h" | |
| 14 | 15 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments