mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-08 04:54:29 +00:00
misc: line wrap.
This commit is contained in:
parent
a65ff54b08
commit
b56e65aa77
@ -1414,7 +1414,8 @@ static int64_t opencl_scanhash(struct thr_info *thr, struct work *work,
|
|||||||
gpu->intervals = 0;
|
gpu->intervals = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
set_threads_hashes(clState->vwidth, clState->compute_shaders, &hashes, globalThreads, localThreads[0], &gpu->intensity, &gpu->xintensity, &gpu->rawintensity);
|
set_threads_hashes(clState->vwidth, clState->compute_shaders, &hashes, globalThreads, localThreads[0],
|
||||||
|
&gpu->intensity, &gpu->xintensity, &gpu->rawintensity);
|
||||||
if (hashes > gpu->max_hashes)
|
if (hashes > gpu->max_hashes)
|
||||||
gpu->max_hashes = hashes;
|
gpu->max_hashes = hashes;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user