1
0
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:
Tony Butler
2021-05-28 10:22:02 -06:00
parent f0d80326ec
commit cdcea2a4f9
4 changed files with 1763 additions and 1762 deletions

View File

@@ -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)
{