[TEST] test_generator: Test A64
This commit is contained in:
parent
01a9a12c84
commit
e74e03010b
1 changed files with 8 additions and 6 deletions
|
@ -649,12 +649,14 @@ int main(int, char*[]) {
|
||||||
TestArm(1, 1);
|
TestArm(1, 1);
|
||||||
TestA64(1, 1);
|
TestA64(1, 1);
|
||||||
|
|
||||||
TestThumb(1, 100000);
|
TestA64(1, 10000);
|
||||||
TestArm(1, 100000);
|
|
||||||
TestThumb(5, 100000);
|
// TestThumb(1, 100000);
|
||||||
TestArm(5, 100000);
|
// TestArm(1, 100000);
|
||||||
TestThumb(1024, 10000);
|
// TestThumb(5, 100000);
|
||||||
TestArm(1024, 10000);
|
// TestArm(5, 100000);
|
||||||
|
// TestThumb(1024, 10000);
|
||||||
|
// TestArm(1024, 10000);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue