mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v25.1
This commit is contained in:
@@ -19,6 +19,9 @@ static inline uint64_t bswap_64( uint64_t a )
|
||||
return b;
|
||||
}
|
||||
|
||||
// This produces warnings from clang, but its suggested workaround
|
||||
// "rev32 %w0, %w1\n\t" produced errors instead. GCC doesn't complain and
|
||||
// it works as is on both.
|
||||
static inline uint32_t bswap_32( uint32_t a )
|
||||
{
|
||||
uint32_t b;
|
||||
|
||||
Reference in New Issue
Block a user