From e40281c97fdfef0c80c67f7b4ffe0c84dc00d826 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 20 Oct 2023 13:56:45 -0400 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index eee7f3f..c55011a 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -29,13 +29,14 @@ 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. -* 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: 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. * CPU temperature and clock frequency is working. * cpu-affinity & thhreads are working. Known problems: +* Sha256 & sha512 Parallel N-way are disabled. They work fine on X86_64. * Simd: Multiple issues with NEON, affects x* algos performance. * SWIFFTX: Multiple issues with NEON, affects x22i & x25x. * Lyra2 algos including allium, phi2, x22i & x25x are not working.