Updated Support for AArch64 (markdown)

JayDDee
2023-10-20 23:53:38 -04:00
parent eebbedead7
commit 4560c6314c

@@ -39,11 +39,12 @@ Known problems:
* CPU model only shows "ARM" * CPU model only shows "ARM"
* NEON may not be represented in algo features for some algos that support it. * 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. * 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 on X86_64.
* Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working. * Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working.
* Simd: Multiple issues with NEON, affects X* algos performance. * Simd: Multiple issues with NEON, using unoptimized version, affects X* algos performance.
* SWIFFTX: Multiple issues with NEON, affects X22i & X25X. * SWIFFTX: Multiple issues with NEON, affects X22i & X25X.
* Lyra2 algos including allium, phi2, X22i & X25X are not working. * Lyra2 algos including allium, phi2, X22i & X25X are not working.
* 2-way 64 bit parallel hash development is in progress.
Goal for next release: Goal for next release: