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 4f8fd56 commit a4e0fceCopy full SHA for a4e0fce
common.gypi
@@ -37,7 +37,7 @@
37
38
# Reset this number to 0 on major V8 upgrades.
39
# Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string': '-node.2',
+ 'v8_embedder_string': '-node.3',
41
42
##### V8 defaults for Node.js #####
43
deps/v8/third_party/zlib/chromeconf.h
@@ -199,5 +199,8 @@
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
+#define riscv_cpu_enable_rvv Cr_z_riscv_cpu_enable_rvv
204
+#define riscv_cpu_enable_vclmul Cr_z_riscv_cpu_enable_vclmul
205
206
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */
0 commit comments