1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-07 20:44:19 +00:00

misc: line wrap.

This commit is contained in:
Noel Maersk 2014-01-27 19:06:52 +02:00
parent a65ff54b08
commit b56e65aa77

View File

@ -1414,7 +1414,8 @@ static int64_t opencl_scanhash(struct thr_info *thr, struct work *work,
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)
gpu->max_hashes = hashes;