| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 70b6bd8 commit 7c8483a
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.0', | ||
| 41 | + 'v8_embedder_string': '-node.1', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -199,5 +199,8 @@ | |||
| 199 | 199 | /* Symbols added by cpu_features.c */ | |
| 200 | 200 | #define cpu_check_features Cr_z_cpu_check_features | |
| 201 | 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 | ||
| 202 | 205 | ||
| 203 | 206 | #endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments