intel / x86-simd-sort

C++ template library for high performance SIMD based sorting algorithms
BSD 3-Clause "New" or "Revised" License
855 stars 57 forks source link

Add option to choose the lib type (shared or static) #164

Closed WilliamTambellini closed 1 month ago

WilliamTambellini commented 2 months ago

Add a lib_type build option. Fixing linking failure with libbenchmark 1.7 (could need pthreads)

WilliamTambellini commented 2 months ago

Voila @r-devulap, added a lib_type meson build option. Review please.

r-devulap commented 2 months ago

Closes #161 and #163

r-devulap commented 1 month ago

Thanks @WilliamTambellini!