diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index b2d808e..9c4d32c 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -26,7 +26,8 @@ Uncommited changes: The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES and SHA2. Things that have been tested to work: -* sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way currently disabled. +* Argon2d is working with NEON. +* 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. * stratum+ssl is working @@ -34,7 +35,6 @@ Things that have been tested to work: * CPU temperature and clock frequency is working. Known problems: -* Argon2d: problems with widening multiplication * 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. @@ -43,4 +43,4 @@ Goal for next release: * get as many algos as possible working even if optimizations need to be disabled, * address some of the disabled optimizations, -* enable SHA2, and AES for Groestl & Echo, but they will be untested. \ No newline at end of file +* enable SHA2, and AES for Groestl & Echo, untested. \ No newline at end of file