1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

5 Commits

Author SHA1 Message Date
Con Kolivas
aaa2e19e0e Add one more instruction to avoid one branch point in the common path in the cl return code.
Although this adds more ALUs overall and more branch points, the common path code has the same number of ALUs and one less jmp, jmps being more expensive.
2011-08-19 11:55:00 +10:00
Con Kolivas
cf54f9b850 Move to 256 sized buffers and don't risk overwrite by using only 127 mask. 2011-08-17 16:07:15 +10:00
Con Kolivas
93ff09e577 Dos2unix. 2011-08-17 15:22:26 +10:00
Con Kolivas
1f1f2c3de1 Just use 256 sized output. 2011-08-17 15:21:09 +10:00
Con Kolivas
c40f51c7c1 Move to cgminer style buffer return and file naming convention and fix a compiler warning. 2011-08-17 15:06:59 +10:00