Updated Support for AArch64 (markdown)

JayDDee
2023-10-19 22:31:32 -04:00
parent e941281471
commit 332a020690

@@ -27,6 +27,7 @@ The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of
Things that have been tested to work:
* Argon2d is working with NEON.
* Yespower & yescrypt: unoptimized are working
* Sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way currently disabled.
* x17: working with Blake 2way, Keccak 2way and Cubehash linear vectorization, Shavite AES is enabled and compiles but untested, all other optimizations disabled.
* m7m: unoptimzed is working, SHA2 is enabled but untested.
@@ -35,9 +36,8 @@ Things that have been tested to work:
* CPU temperature and clock frequency is working.
Known problems:
* Simd: Problem with algebraic shift right and widening multiplication, x* reduced performance.
* SWIFFTX: Algebraic shift right and widening multiplication, X22i & x25x performance further reduced.
* Yespower, Yescrypt: widening multiplication issue.
* Simd: Multiple issues with NEON, affects x* algos.
* SWIFFTX: Multiple issues with NEON, affects x22i & x25x.
Goal for next release: