We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8098c3 commit 10c9ea7Copy full SHA for 10c9ea7
deps/zlib/contrib/optimizations/chunkcopy.h
@@ -29,6 +29,7 @@
29
#include <arm_neon.h>
30
typedef uint8x16_t z_vec128i_t;
31
#elif defined(INFLATE_CHUNK_SIMD_SSE2)
32
+#pragma GCC target ("sse2")
33
#include <emmintrin.h>
34
typedef __m128i z_vec128i_t;
35
#else
deps/zlib/fill_window_sse.c
@@ -9,6 +9,7 @@
9
* For conditions of distribution and use, see copyright notice in zlib.h
10
*/
11
12
13
#include <immintrin.h>
14
#include "deflate.h"
15
0 commit comments