Skip to content

Commit

Permalink
deps: add simdutf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Dec 9, 2022
1 parent 20af3a6 commit 2c20c9a
Show file tree
Hide file tree
Showing 7 changed files with 30,492 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -170,6 +170,7 @@ with-code-cache test-code-cache:

out/Makefile: config.gypi common.gypi node.gyp \
deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
deps/simdutf/simdutf.gyp \
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
$(PYTHON) tools/gyp_node.py -f make
Expand Down
27,967 changes: 27,967 additions & 0 deletions deps/simdutf/simdutf.cpp

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deps/simdutf/simdutf.gyp
@@ -0,0 +1,10 @@
{
'targets': [
{
'target_name': 'simdutf',
'type': 'static_library',
'include_dirs': ['.'],
'sources': ['simdutf.cpp'],
},
]
}

0 comments on commit 2c20c9a

Please sign in to comment.