Updated Support for AArch64 (markdown)

JayDDee
2023-10-20 13:50:33 -04:00
parent afec80ff34
commit 47d96e961f

@@ -28,6 +28,7 @@ The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of
What works: What works:
* Working wth NEON: Argon2d, Yespower, Yescrypt, Power2b, m7m. SHA2 is untested. * Working wth NEON: Argon2d, Yespower, Yescrypt, Power2b, m7m. SHA2 is untested.
* Sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way is disabled. * Sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way is disabled.
* Blake2s: unoptimized is working.
* x17: working with Blake linear SIMD, Keccak 2way and Cubehash linear SIMD. Shavite AES is enabled and compiles but untested. all other optimizations are disabled. * x17: working with Blake linear SIMD, Keccak 2way and Cubehash linear SIMD. Shavite AES is enabled and compiles but untested. all other optimizations are disabled.
* stratum+ssl is working * stratum+ssl is working
* CPU and SW feature detection and reporting is working, algo features in progress, CPU brand not yet implemented. * CPU and SW feature detection and reporting is working, algo features in progress, CPU brand not yet implemented.