mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
changed format of output buffer from ulong * to uint * to be cgminer compatible
This commit is contained in:
parent
15cc3582d8
commit
dcd286182e
@ -62,7 +62,7 @@ __kernel
|
|||||||
const uint state0, const uint state1, const uint state2, const uint state3,
|
const uint state0, const uint state1, const uint state2, const uint state3,
|
||||||
const uint state4, const uint state5, const uint state6, const uint state7,
|
const uint state4, const uint state5, const uint state6, const uint state7,
|
||||||
const uint state0A, const uint state0B,
|
const uint state0A, const uint state0B,
|
||||||
__global ulong * output)
|
__global uint * output)
|
||||||
{
|
{
|
||||||
u W[17];
|
u W[17];
|
||||||
u V[8];
|
u V[8];
|
||||||
|
Loading…
Reference in New Issue
Block a user