mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
add-MIPSEB-to-icarus-for-BIG_ENDIAN
This commit is contained in:
parent
9414fa7c18
commit
b1785d1f07
@ -350,7 +350,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
|
|||||||
return ESTIMATE_HASHES;
|
return ESTIMATE_HASHES;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __BIG_ENDIAN__
|
#if !defined (__BIG_ENDIAN__) && !defined(MIPSEB)
|
||||||
nonce = swab32(nonce);
|
nonce = swab32(nonce);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user