mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-18 21:22:50 -05:00
Attempt fix for cn/r on Apple-AMD
This commit is contained in:
@@ -51,7 +51,7 @@ static uint2 ROL2(const uint2 a, const int offset)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
#elif PLATFORM == OPENCL_PLATFORM_AMD
|
||||
#elif defined(cl_amd_media_ops)
|
||||
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
|
||||
static uint2 ROL2(const uint2 vv, const int r)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user