bkille / BitLib

Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.
BSD 3-Clause "New" or "Revised" License
68 stars 4 forks source link

Add simd support #17

Closed bkille closed 1 year ago

bkille commented 2 years ago

Simdpp is out of date and the build is broken. We'd like to replace with xsimd, however xsimd does not support C++>=17 atm.

bkille commented 1 year ago

simdpp has been removed, but not replaced by any other SIMD support. Unsure of which library to use for this atm..

bkille commented 1 year ago

Decided to go with google highway in #45