mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed a bug in predictable branching
This commit is contained in:
parent
2f6875a967
commit
d69d3d69a0
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||||
uint64_t ss = 0;
|
uint64_t ss = 0;
|
||||||
uint64_t branches = 0;
|
uint64_t branches = 0;
|
||||||
uint32_t state = 0;
|
uint64_t state = 0;
|
||||||
uint32_t state2 = 123456789;
|
uint32_t state2 = 123456789;
|
||||||
void* stack[65536];
|
void* stack[65536];
|
||||||
PROF_START();
|
PROF_START();
|
||||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||||
uint64_t ss = 0;
|
uint64_t ss = 0;
|
||||||
uint64_t branches = 0;
|
uint64_t branches = 0;
|
||||||
uint32_t state = 0;
|
uint64_t state = 0;
|
||||||
uint32_t state2 = 123456789;
|
uint32_t state2 = 123456789;
|
||||||
void* stack[65536];
|
void* stack[65536];
|
||||||
PROF_START();
|
PROF_START();
|
||||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||||
uint64_t ss = 0;
|
uint64_t ss = 0;
|
||||||
uint64_t branches = 0;
|
uint64_t branches = 0;
|
||||||
uint32_t state = 0;
|
uint64_t state = 0;
|
||||||
uint32_t state2 = 123456789;
|
uint32_t state2 = 123456789;
|
||||||
void* stack[65536];
|
void* stack[65536];
|
||||||
PROF_START();
|
PROF_START();
|
||||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc, char** argv) {
|
||||||
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
uint64_t ic = argc > 1 ? atoi(argv[1]) : 65536;
|
||||||
uint64_t ss = 0;
|
uint64_t ss = 0;
|
||||||
uint64_t branches = 0;
|
uint64_t branches = 0;
|
||||||
uint32_t state = 0;
|
uint64_t state = 0;
|
||||||
uint32_t state2 = 123456789;
|
uint32_t state2 = 123456789;
|
||||||
void* stack[65536];
|
void* stack[65536];
|
||||||
PROF_START();
|
PROF_START();
|
||||||
|
|
Loading…
Reference in a new issue