Browse Source

misc: line wrap.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
b56e65aa77
  1. 3
      driver-opencl.c

3
driver-opencl.c

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

Loading…
Cancel
Save