We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c5865 commit 04f6964Copy full SHA for 04f6964
kernel/lyra2v16h.cl
@@ -34,7 +34,7 @@
34
#define ROTL64(x,n) rotate(x,(ulong)n)
35
#if NVIDIA_GPU == 1
36
#define ROTR64(x,n) rotate(x,(ulong)(64-n))
37
-#elif
+#else
38
ulong ROTR64(const ulong x2, const uint y)
39
{
40
uint2 x = as_uint2(x2);
0 commit comments