mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +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;
|
||||
}
|
||||
|
||||
#ifndef __BIG_ENDIAN__
|
||||
#if !defined (__BIG_ENDIAN__) && !defined(MIPSEB)
|
||||
nonce = swab32(nonce);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user