This commit is contained in:
Blaise Tine 2020-04-02 05:16:13 -04:00
parent 7e4399e3ac
commit f7b7c509d5
2 changed files with 1 additions and 86037 deletions

View file

@ -18,8 +18,7 @@ static void parse_args(int argc, char **argv) {
}
uint64_t shuffle(int i, uint64_t value) {
//return (value << i) | (value & ((1 << i)-1));;
return 0x0badf00ddeadbeef;
return (value << i) | (value & ((1 << i)-1));;
}
int run_test(vx_buffer_h sbuf,

File diff suppressed because it is too large Load diff