From 92c4f31aa33acfa264aab6e15bf520920fd802ab Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 3 Nov 2023 17:17:23 -0400 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 1502215..10e33aa 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -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.