Updated Support for AArch64 (markdown)

JayDDee
2023-10-27 18:39:43 -04:00
parent 72e54f6759
commit 8a986e82d8

@@ -15,6 +15,8 @@ Requirements:
2 way parallel hash will be implemented on aplicable algorithms for NEON and will also benefit x86_64 CPUs without AVX2.
Errata: sha256dt, sha256t & sha256d were released with optimizations enabled, therefore they don't work.
Development environment:
* Raspberry Pi-4B 8 GB
* Ubuntu (Mate) 22.04 Raspberry Pi image
@@ -43,7 +45,7 @@ Known problems:
* NEON may not be displayed in algo features for some algos that may support it.
* Algos may show support for NEON even if it's disabled or not yet implemented.
* AES & SHA2 are enabled but untested. Sha256 & Sha512 Parallel N-way are disabled. They work on X86_64.
* Sha256dt, Sha256t, Sha256d unoptimized.
* Sha256dt, Sha256t, Sha256d not working.
* Scryptn2 optimzations disabled due to Sha256 issues.
* X17, MinotaurX are partially optimized.
* Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working, using linear when possible, unoptimzed otherwise.