Tweak SIMDWrappers
- add
store
which accepts aspan
- pass SIMD register types by value instead of const&
- add a few constexpr
- use
std::array
instead of C-style arrays - setters return reference to self instead of void
Edited by Gerhard Raven
store
which accepts a span
std::array
instead of C-style arrays