We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34afcc6 commit 23873bfCopy full SHA for 23873bf
deps/zlib/contrib/optimizations/insert_string.h
@@ -16,6 +16,9 @@
16
// clang-format off
17
#if defined(CRC32_SIMD_SSE42_PCLMUL)
18
/* Required to make MSVC bot build pass. */
19
+ // TODO(raisinten): When https://github.com/nodejs/node/pull/33044 lands,
20
+ // remove the next line and add `-msse4.2` to the command line options.
21
+ #pragma GCC target ("sse4.2")
22
#include <smmintrin.h>
23
#if defined(__GNUC__) || defined(__clang__)
24
#undef TARGET_CPU_WITH_CRC
0 commit comments