diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 788defb..2fa84ba 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -30,16 +30,20 @@ What works: * Sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way is disabled. * 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 +* stratum+ssl and stratum+tcp are working, GBT is untested. * 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: +* CPU model only shows "ARM" +* NEON may not be represented in algo features for some algos that support it. +* Algos may show support for NEON even if it's disabled or not yet implemented. * 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. +* Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working. +* 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. Goal for next release: