From 2f96a20673c9a1be938254729a6c10a06029b439 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sat, 11 Nov 2023 17:17:06 -0500 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 5710f16..0c5abe4 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -13,9 +13,9 @@ Requirements: **cpuminer-opt-23.8 is released, all users should upgrade** -Removed some obsolete code that should make it easier to suport ARM. -AES is working in general and enabled for Shavite & Echo. Groestl and Fugue still -have their own issues. +Highlights from this release: +Removed some obsolete code that should make it easier to support AArch64 and hopefully MacOS soon. +AES is working in general and enabled for Shavite & Echo. Groestl and Fugue still have issues. Upgraded development environment: * Orange Pi 5 Plus 16 GB, Rockchip 8 core CPU with AES & SHA2 @@ -29,7 +29,7 @@ Compile with: The only change from build.sh is the addition of "-flax-vector-conversions" to CFLAGS. The compiler will remind you if you forget. Specific achitectures and features can be compiled using examples in armbuild-all.sh. -The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES or SHA2 or both. +The miner is known to compile and run on Raspberry Pi 4B and Orange Pi 5 Plus, and compiles for all version of armv8 with our without AES or SHA2 or both. What works: * All algorithms except Verthash should be working.