mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 07:48:54 +00:00
Fixed a bug in predictable branching
This commit is contained in:
parent
2f6875a967
commit
d69d3d69a0
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||
uint64_t ss = 0;
|
||||
uint64_t branches = 0;
|
||||
uint32_t state = 0;
|
||||
uint64_t state = 0;
|
||||
uint32_t state2 = 123456789;
|
||||
void* stack[65536];
|
||||
PROF_START();
|
||||
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||
uint64_t ss = 0;
|
||||
uint64_t branches = 0;
|
||||
uint32_t state = 0;
|
||||
uint64_t state = 0;
|
||||
uint32_t state2 = 123456789;
|
||||
void* stack[65536];
|
||||
PROF_START();
|
||||
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||
uint64_t ss = 0;
|
||||
uint64_t branches = 0;
|
||||
uint32_t state = 0;
|
||||
uint64_t state = 0;
|
||||
uint32_t state2 = 123456789;
|
||||
void* stack[65536];
|
||||
PROF_START();
|
||||
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||
uint64_t ss = 0;
|
||||
uint64_t branches = 0;
|
||||
uint32_t state = 0;
|
||||
uint64_t state = 0;
|
||||
uint32_t state2 = 123456789;
|
||||
void* stack[65536];
|
||||
PROF_START();
|
||||
|
Loading…
Reference in New Issue
Block a user