Skip to content

Commit

Permalink
[Enhancement]explicit specific arrow use avx2 as default
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
  • Loading branch information
zombee0 committed Sep 14, 2024
1 parent 90ce1c2 commit 905ea1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,8 @@ build_arrow() {
-DARROW_WITH_BROTLI=ON -DARROW_WITH_LZ4=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_ZLIB=ON -DARROW_WITH_ZSTD=ON \
-DARROW_WITH_UTF8PROC=OFF -DARROW_WITH_RE2=OFF \
-DARROW_JEMALLOC=OFF -DARROW_MIMALLOC=OFF \
-DARROW_SIMD_LEVEL=AVX2 \
-DARROW_RUNTIME_SIMD_LEVEL=AVX2 \
-DCMAKE_INSTALL_PREFIX=$TP_INSTALL_DIR \
-DCMAKE_INSTALL_LIBDIR=lib64 \
-DARROW_GFLAGS_USE_SHARED=OFF \
Expand Down

0 comments on commit 905ea1c

Please sign in to comment.