mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
udpate
This commit is contained in:
parent
7e4399e3ac
commit
f7b7c509d5
2 changed files with 1 additions and 86037 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue