libsemigroups / HPCombi

Fast combinatorics in C++ using SSE/AVX instruction sets
https://libsemigroups.github.io/HPCombi/
GNU General Public License v3.0
15 stars 7 forks source link

Move to C+17 and remove the stuff in HPCombi that is obsolete #25

Closed james-d-mitchell closed 1 year ago

james-d-mitchell commented 1 year ago

This includes:

hivert commented 1 year ago

For reference, I don't think TPUBuild is obsolete. I serve as various constructor (in particular constexpr) for epu8 which is not a class and can't have a constructor.

That said, it certainly need to be modernized and cleaned up.

james-d-mitchell commented 1 year ago

This is now complete in the simde branch!