Skip to content

Commit 8c5c74b

Browse files
committed
SIMD experiment
1 parent dcefb83 commit 8c5c74b

File tree

2 files changed

+518
-0
lines changed

2 files changed

+518
-0
lines changed

simd/meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
project('ninja-simd', 'cpp', default_options: ['cpp_std=c++20'])
2+
tbb = dependency('tbb')
3+
phash = include_directories('parallel-hashmap/parallel_hashmap')
4+
executable('ninja-simd', 'ninja-simd.cpp', dependencies: [tbb], include_directories: [phash])

0 commit comments

Comments
 (0)