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 bf39ccb commit 271bacaCopy full SHA for 271baca
deps/simdutf/simdutf.h
@@ -4,6 +4,9 @@
4
#define SIMDUTF_H
5
#include <cstring>
6
7
+// Rename namespace to avoid conflict with simdutf from V8.
8
+ #define simdutf node_simdutf
9
+
10
/* begin file include/simdutf/compiler_check.h */
11
#ifndef SIMDUTF_COMPILER_CHECK_H
12
#define SIMDUTF_COMPILER_CHECK_H
0 commit comments