Updated Support for AArch64 (markdown)

JayDDee
2023-10-22 16:00:37 -04:00
parent eaf1fce4b6
commit 4185e780db

@@ -39,13 +39,14 @@ Known problems:
* Algos may show support for NEON even if it's disabled or not yet implemented.
* AES & SHA2 are enasbled but untested.
* Sha256 & Sha512 Parallel N-way are disabled. They work on X86_64.
* Sha256dt, Sha256t, Sha256d unoptimized.
* Scryptn2 optimzations disabled due to Sha256 issues.
* X17, MinotaurX are partially optimized.
* Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working, using liner when possible, unoptimzed otherwise.
* Simd: Multiple issues with NEON, using unoptimized.
* Luffa: NEON not working, using unoptimized
* Fugue: Multiple issues with NEON & AES, using unoptimized.
* SWIFFTX: Multiple issues with NEON,using unoptimized.
* Fugue: AES disabled, multiple issues with AES version.
* Remainder are not yet optimized for NEON but should work unoptimized.
Goal for next release: