[TEST] test_generator: Test A64

This commit is contained in:
Merry 2022-11-26 16:50:00 +00:00 committed by Liam
parent 01a9a12c84
commit e74e03010b

View file

@ -649,12 +649,14 @@ int main(int, char*[]) {
TestArm(1, 1);
TestA64(1, 1);
TestThumb(1, 100000);
TestArm(1, 100000);
TestThumb(5, 100000);
TestArm(5, 100000);
TestThumb(1024, 10000);
TestArm(1024, 10000);
TestA64(1, 10000);
// TestThumb(1, 100000);
// TestArm(1, 100000);
// TestThumb(5, 100000);
// TestArm(5, 100000);
// TestThumb(1024, 10000);
// TestArm(1024, 10000);
return 0;
}