Updated Support for AArch64 (markdown)

JayDDee
2023-11-16 21:42:23 -05:00
parent 97f8a0de09
commit 942adf65fe

@@ -56,15 +56,12 @@ Known problems:
* MacOS is not working natively, workaround with linux VM.
* CPU and feature detection and reporting is incomplete.
* Groestl, Fugue: multiple issues not AES related, using unoptimized.
* SwiFFTx: Deferred, using unoptimized.
* Algos not mentioned have either been deferred or have not been analyzed. They may or may not work on ARM.
Short term plan:
Start propagating x17 opimizations to the rest of the X family
Continue propagating x17 opimizations to the rest of the X family
Figure out what's going on with verthash.
Extend support to x21s, x22i, x25x, including SwiFFTx.
Add support for the short algos like skein2, keccak, blake2s, etc.
Complete any other work needed to bring parity with SSE2.
Performance testing.
End of Beta phase.