* Raise a DecoderError instead of ASSERT-ing on a decode error * Correct ASIMD decode table * Write a test which verifies every possible ASIMD instruction
Same behavior, but makes it non-allocating by using a constexpr std::array instead of a std::vector.