Updated Support for AArch64 (markdown)

JayDDee
2023-11-03 17:17:23 -04:00
parent 11c2ee2aea
commit 92c4f31aa3

@@ -46,10 +46,11 @@ What works:
Known problems:
* No detection of CPU model, default info displayed.
* detection of AES and SHA CPU extensions is not working
* No detection of ARM architecture minor version number.
* 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.
* AES & SHA2 are enabled but untested. Susequent testing has shown sha2 has a bug that caused 50% rejects, aes work for shavite but nit Groestl or Echo,
* Several parallel hash functions are disabled on ARM although they work on x86_64.
* X17, MinotaurX are partially optimized.
* Blake256, Blake512, Blake2s, Blake2b N-way parallel hash not working, using linear when possible, unoptimzed otherwise.