We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e9bbd commit 8441d1fCopy full SHA for 8441d1f
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.5',
+ 'v8_embedder_string': '-node.6',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/third_party/zlib/chromeconf.h
@@ -199,5 +199,6 @@
199
/* Symbols added by cpu_features.c */
200
#define cpu_check_features Cr_z_cpu_check_features
201
#define x86_cpu_enable_sse2 Cr_z_x86_cpu_enable_sse2
202
+#define x86_cpu_enable_avx512 Cr_z_x86_cpu_enable_avx512
203
204
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */
0 commit comments