Skip to content

Ops vec

Anders Martinsson requested to merge Sikabo/libRaptorQ:ops_vec into master

It's not the best C++, I haven't got cmake to compile the SSSE3 and AVX2 file with "-mssse3" and "-mavx2" (don't know much cmake). If the entire project is compiled with SIMD-support the library will not run on systems without SIMD-support.

Support for std::move of DenseOctetMatrix isn't implemented (it would reduce the number of copy operations). It's a lot of other things that could be improved.

The performance is around 50 times faster for our general usage.

Merge request reports