Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
djm34 committed Dec 31, 2017
1 parent c2c5865 commit 04f6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/lyra2v16h.cl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define ROTL64(x,n) rotate(x,(ulong)n)
#if NVIDIA_GPU == 1
#define ROTR64(x,n) rotate(x,(ulong)(64-n))
#elif
#else
ulong ROTR64(const ulong x2, const uint y)
{
uint2 x = as_uint2(x2);
Expand Down

0 comments on commit 04f6964

Please sign in to comment.