Updated Support for AArch64 (markdown)

JayDDee
2023-11-26 12:20:22 -05:00
parent 228ad6d8a3
commit c3f7cf8e9c

@@ -12,10 +12,7 @@ Requirements:
## Status
**cpuminer-opt-23.12 is released**
Highlights from this release:
Multiple fixes to X16R family of algorithms.
**cpuminer-opt-23.13 is released**
Development environment:
* Orange Pi 5 Plus 16 GB, Rockchip 8 core CPU with AES & SHA2
@@ -51,17 +48,19 @@ Known problems:
* Verthash algo is not working.
* 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.
* Groestl: AES mostly working but slower that unoptimized.
* Fugue: multiple issues not AES related, using unoptimized.
* Some algorithms too difficult to test with a CPU are not optimized for NEON.
Short term plan:
* Figure out what's going on with verthash.
* Groestl & Fugue AES.
* Fugue AES.
Medium term:
* Detection of ARM CPU model and architecture minor version.
* 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.