1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-29 16:04:33 +00:00

instead of uint *, int * was used as type for the output buffer (self-made bug from a former commmit)

This commit is contained in:
Philip Kaufmann 2012-02-09 21:30:01 +01:00 committed by Con Kolivas
parent c91155ac55
commit ec2dfeacc1

View File

@ -57,7 +57,7 @@ __kernel
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 state0A, const uint state0B,
__global int * output)
__global uint * output)
{
u W[17];
u V[8];