From 0de43ba6bd7decf360246f013b8e3cd2b98744db Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sun, 26 Nov 2023 18:27:28 -0500 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 4dfc249..79f6017 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -55,18 +55,17 @@ Known problems: Short term plan: * Figure out what's going on with verthash. -* Fugue AES. Medium term: * Detection of ARM CPU model and architecture minor version. -* Groestl AES performance, needs a breakthrough for slow shuffles. +* Fugue & Groestl AES performance, needs a breakthrough for slow shuffles. * Find NEON optimization opportunities that exploit it's architecture and instruction set. * Apply lessons learned to x86_64. +* SHA512, x86_64 & AArch64. Long term: -* SHA512 * ARM SVE * x86_64 AVX10 * RISC-V