mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
decoder_tests: Only run ASIMD decoder test explicitly
The test is a 2 minute test whose result only really matters if the ASIMD decoder is modified.
This commit is contained in:
parent
9de58f2875
commit
d93145bd04
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
using namespace Dynarmic;
|
using namespace Dynarmic;
|
||||||
|
|
||||||
TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32]") {
|
TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32][.]") {
|
||||||
const auto table = A32::GetASIMDDecodeTable<A32::TranslatorVisitor>();
|
const auto table = A32::GetASIMDDecodeTable<A32::TranslatorVisitor>();
|
||||||
|
|
||||||
const auto get_ir = [](const A32::ASIMDMatcher<A32::TranslatorVisitor>& matcher, u32 instruction) {
|
const auto get_ir = [](const A32::ASIMDMatcher<A32::TranslatorVisitor>& matcher, u32 instruction) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user