From 83e8b5f7e12bd96156ece42c826823f253d47cd8 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sat, 28 Oct 2023 16:54:38 -0400 Subject: [PATCH] Updated Support for AArch64 (markdown) --- Support-for-AArch64.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 6b1894a..eaa1288 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -13,6 +13,8 @@ Requirements: **cpuminer-opt-23.6 is released, all users should apgrade** +Changes from v23.5 are highlighted. + 2 way parallel hash will be implemented on aplicable algorithms for NEON and will also benefit x86_64 CPUs without AVX2. Development environment: @@ -27,8 +29,8 @@ The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of What works: * All algorithms except Verthash and Hodl should be working. * Allium, Lyra2z, Lyraz330, Argon2d are fully optimzed for NEON, Allium also for AES untested. -* Yespower, Yescrypt, Scrypt, ScryptN2 are fully optimized, SHA is enbabled but utested. -* Sha256dt, Sha256t, Sha256d are fully optimized, SHA is enabled but untested. +* Yespower, Yescrypt, **Scrypt, ScryptN2** are fully optimized, SHA is enbabled but utested. +* **Sha256dt, Sha256t, Sha256d are fully optimized**, SHA is enabled but untested. * X17 is the only X* to be optimized in this release. * MinotaurX is partially optimized. * AES & SHA2 are enabled but untested