Tweak SIMDWrappers
- add
storewhich accepts aspan - pass SIMD register types by value instead of const&
- add a few constexpr
- use
std::arrayinstead 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