Updated Support for AArch64 (markdown)

JayDDee
2023-10-20 23:50:13 -04:00
parent d44a0cba88
commit eebbedead7

@@ -30,16 +30,20 @@ What works:
* 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: Linear SIMD is working, 4 way parallel is not. * 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. * 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 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 temperature and clock frequency is working.
* cpu-affinity & thhreads are working. * cpu-affinity & thhreads are working.
Known problems: 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. * Sha256 & sha512 Parallel N-way are disabled. They work fine on X86_64.
* Simd: Multiple issues with NEON, affects x* algos performance. * Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working.
* SWIFFTX: Multiple issues with NEON, affects x22i & x25x. * Simd: Multiple issues with NEON, affects X* algos performance.
* Lyra2 algos including allium, phi2, x22i & x25x are not working. * SWIFFTX: Multiple issues with NEON, affects X22i & X25X.
* Lyra2 algos including allium, phi2, X22i & X25X are not working.
Goal for next release: Goal for next release: