File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 29
29
#include <arm_neon.h>
30
30
typedef uint8x16_t z_vec128i_t ;
31
31
#elif defined(INFLATE_CHUNK_SIMD_SSE2 )
32
+ // TODO(raisinten): When https://github.com/nodejs/node/pull/33044 lands,
33
+ // remove the next line and add `-msse2` to the command line options.
32
34
#pragma GCC target ("sse2")
33
35
#include <emmintrin.h>
34
36
typedef __m128i z_vec128i_t ;
Original file line number Diff line number Diff line change 9
9
* For conditions of distribution and use, see copyright notice in zlib.h
10
10
*/
11
11
12
+ // TODO(raisinten): When https://github.com/nodejs/node/pull/33044 lands,
13
+ // remove the next line and add `-msse2` to the command line options.
12
14
#pragma GCC target ("sse2")
13
15
#include <immintrin.h>
14
16
#include "deflate.h"
You can’t perform that action at this time.
0 commit comments