mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2025-01-03 05:38:54 +00:00
Merge branch 'master' of git@github.com:tevador/RandomX.git
This commit is contained in:
commit
d6ca408ce2
@ -328,7 +328,7 @@ static inline uint32_t subw(uint32_t w) {
|
|||||||
sbox[w & 0xff];
|
sbox[w & 0xff];
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__clang__) || defined(__arm__)
|
#if defined(__clang__) || defined(__arm__) || defined(__aarch64__)
|
||||||
static inline uint32_t _rotr(uint32_t value, uint32_t amount) {
|
static inline uint32_t _rotr(uint32_t value, uint32_t amount) {
|
||||||
return (value >> amount) | (value << (-amount & 31));
|
return (value >> amount) | (value << (-amount & 31));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user