mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
bench1 fix
This commit is contained in:
parent
e14ede2510
commit
1f59eceacf
@ -43,8 +43,7 @@ uint32_t cs_code[] = {
|
||||
0x7C650194, /* 0x4E800020 */ 0x00005AF0
|
||||
};
|
||||
|
||||
// 0x7FFFFFFC is the max
|
||||
constexpr uint32_t test_size = 0x8000;
|
||||
constexpr uint32_t test_size = 0x8000; // 0x7FFFFFFC is the max
|
||||
constexpr uint32_t test_samples = 200;
|
||||
constexpr uint32_t test_iterations = 5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user