From 8888a608987c85870a99bfa99bd6980018288666 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Tue, 24 Oct 2017 23:22:28 +0200 Subject: amd: use 64bit target - remove 32bit target value - use always 64bit target for amd backend --- xmrstak/backend/amd/minethd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/backend/amd/minethd.cpp') diff --git a/xmrstak/backend/amd/minethd.cpp b/xmrstak/backend/amd/minethd.cpp index 9d18860..4cbac6d 100644 --- a/xmrstak/backend/amd/minethd.cpp +++ b/xmrstak/backend/amd/minethd.cpp @@ -191,7 +191,7 @@ void minethd::work_main() size_t round_ctr = 0; assert(sizeof(job_result::sJobID) == sizeof(pool_job::sJobID)); - uint32_t target = oWork.iTarget32; + uint64_t target = oWork.iTarget; XMRSetJob(pGpuCtx, oWork.bWorkBlob, oWork.iWorkSize, target); if(oWork.bNiceHash) -- cgit v1.1