Skip to content

Commit 04f6964

Browse files
committed
bug fix
bug fix
1 parent c2c5865 commit 04f6964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/lyra2v16h.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define ROTL64(x,n) rotate(x,(ulong)n)
3535
#if NVIDIA_GPU == 1
3636
#define ROTR64(x,n) rotate(x,(ulong)(64-n))
37-
#elif
37+
#else
3838
ulong ROTR64(const ulong x2, const uint y)
3939
{
4040
uint2 x = as_uint2(x2);

0 commit comments

Comments
 (0)