poclbm120327.cl


Log

Author Commit Date CI Message
Con Kolivas 7367f57d 2012-04-14T09:28:39 Reuse Vals[] array more than W[] till they're re-initialised on the second sha256 cycle in poclbm kernel.
Con Kolivas baadafa2 2012-04-14T01:54:12 Minor variable alignment in poclbm kernel.
Con Kolivas 0a39a22c 2012-04-14T00:14:59 Microoptimise poclbm kernel by ordering Val variables according to usage frequency.
Con Kolivas fb881eac 2012-03-31T14:34:06 Revert the crossover of variables from Vals to W in poclbm kernel now that Vals are the first declared variables so they're used more frequently.
Con Kolivas 1a2130cc 2012-03-31T09:49:39 Vals variables appearing first in the array in poclbm is faster.
Con Kolivas 4325cff2 2012-03-27T23:01:24 Update version numbers of poclbm and diablo kernels as their APIs have also changed.