mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Support for AArch64 (markdown)
@@ -25,17 +25,16 @@ Uncommited changes:
|
||||
The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES or SHA2 or both.
|
||||
|
||||
What works:
|
||||
* Working wth NEON: Argon2d, Yespower, Yescrypt, Power2b, M7m, Minotaurx.
|
||||
* Sha256dt: unoptimized is working.
|
||||
* Blake2s: Linear SIMD is working.
|
||||
* x17: partially optimized is working with Blake linear SIMD, Keccak 2way and Cubehash linear SIMD. All other optimizations are disabled.
|
||||
* Working wth NEON: Argon2d, Yespower, Yescrypt, Power2b, M7M, Lyra2Z330.
|
||||
* Unoptimized: Sha256dt, Blake2s.
|
||||
* Partially optimized: X17, MinotaurX.
|
||||
* stratum+ssl and stratum+tcp are working, GBT is untested.
|
||||
* CPU and SW feature detection and reporting is working, algo features in progress, CPU brand not yet implemented.
|
||||
* CPU temperature and clock frequency is working.
|
||||
* cpu-affinity & thhreads are working.
|
||||
* cpu-affinity & threads are working.
|
||||
|
||||
Known problems:
|
||||
* CPU model only shows "ARM"
|
||||
* No detection of CPU model, default info displayed.
|
||||
* No detection of ARM 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.
|
||||
@@ -46,7 +45,6 @@ Known problems:
|
||||
* Luffa: NEON not working, using unoptimized version.
|
||||
* SWIFFTX: Multiple issues with NEON.
|
||||
* Fugue: AES disabled.
|
||||
* Lyra2 algos including allium, phi2, X22i & X25X are not working.
|
||||
|
||||
Goal for next release:
|
||||
|
||||
|
Reference in New Issue
Block a user