1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Con Kolivas
5518891678 Variable assignment alignment in diablo kernel. 2012-03-27 22:57:57 +11:00
Con Kolivas
338f6d5788 Clean up use of any() by diablo and poclbm kernels. 2012-03-27 22:57:57 +11:00
Con Kolivas
4885b02e32 Add last value in vectors in diablo and poclbm kernel for consistency with original code. 2012-03-27 22:57:57 +11:00
ckolivas
8140da915a Separate out all additions of different variables in diablo kernel. 2012-03-27 22:57:57 +11:00
ckolivas
c43f88733d Separate out additions in final vector code in diablo kernel as well. 2012-03-27 22:57:56 +11:00
Con Kolivas
dc2d4ab7df Get rid of accessory braces. 2012-03-27 22:57:56 +11:00
ckolivas
4776ca8f08 Keep lines that reference the same variable together. 2012-03-27 22:57:56 +11:00
ckolivas
c8bd0e469c Split addition lines without functions. 2012-03-27 22:57:56 +11:00
ckolivas
9901c668c0 Remove unnecessary braces from diablo kernel. 2012-03-27 22:57:56 +11:00
Con Kolivas
40b18d5d01 Use the unrolled option for no vectors return code. 2012-03-27 22:57:56 +11:00
Con Kolivas
70de5ba7f5 Convert additions to += in diablo kernel. 2012-03-27 22:57:56 +11:00
Con Kolivas
6121c2f17d Reuse variables to decrease total number used in diablo kernel. 2012-03-27 22:57:56 +11:00
Con Kolivas
b99a0481f4 Strip out unused variables from diablo array. 2012-03-27 22:57:56 +11:00
Con Kolivas
40f5aac9b1 Machine optimise by removing one-use variables. 2012-03-27 22:57:56 +11:00
Con Kolivas
0f359a8e31 Merge all additions before output. 2012-03-27 22:57:56 +11:00
Con Kolivas
d32cd583ac Reinstate the old output mechanism setting output[FOUND] per vector. 2012-02-24 17:37:09 +11:00
Con Kolivas
e9889a384d Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style. 2012-02-24 14:14:05 +11:00
Con Kolivas
70e8ade54f Revert behaviour to old nonce init code. 2012-02-24 14:14:04 +11:00
Con Kolivas
0bde957912 Update all kernel version names. 2012-02-22 14:17:16 +11:00