From d44a0cba88d06f44aa4c94b5d20942257131d63c Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 20 Oct 2023 15:44:08 -0400 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index c55011a..788defb 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -28,7 +28,7 @@ The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of What works: * Working wth NEON: Argon2d, Yespower, Yescrypt, Power2b, m7m. SHA2 is untested. * Sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way is disabled. -* Blake2s: unoptimized is working. +* Blake2s: Linear SIMD is working, 4 way parallel is not. * x17: partially optimized is 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 * CPU and SW feature detection and reporting is working, algo features in progress, CPU brand not yet implemented.