bench1 fix

This commit is contained in:
joevt 2024-09-21 02:33:37 -07:00 committed by dingusdev
parent e14ede2510
commit 1f59eceacf

View File

@ -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;