mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Support for AArch64 (markdown)
@@ -35,28 +35,23 @@ The miner is known to compile and run on Raspberry Pi 4B and Orange Pi 5 Plus, a
|
|||||||
|
|
||||||
What works:
|
What works:
|
||||||
* All algorithms except Verthash should be working.
|
* All algorithms except Verthash should be working.
|
||||||
* Allium, Lyra2z, Lyraz330, Argon2d are fully optimzed for NEON, Allium also for AES untested.
|
* Allium, Lyra2z, Lyraz330, Argon2d are fully optimzed for NEON, Allium uses unoptimized AES.
|
||||||
* Yespower, Yescrypt, Scrypt, ScryptN2 are fully optimized, SHA is enbabled but untested.
|
* All Scrypt & Sha25 are fully optimized.
|
||||||
* Sha256dt, Sha256t, Sha256d are fully optimized, SHA2 is also working.
|
* X17, MinotaurX is mostly optimized.
|
||||||
* X17 is mostly optimized.
|
* AES is working for Shavite & Echo, not for Groestl & Fugue.
|
||||||
* MinotaurX is partially optimized.
|
|
||||||
* AES is working for Shavite & Echo.
|
|
||||||
* stratum+ssl and stratum+tcp are working, GBT is untested but expected to work.
|
* stratum+ssl and stratum+tcp are working, GBT is untested but expected to work.
|
||||||
* CPU and SW feature detection and reporting is working, algo features in progress, CPU brand not yet implemented.
|
* 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 temperature and clock frequency is working.
|
||||||
* cpu-affinity & threads are working.
|
* cpu-affinity & threads are working.
|
||||||
|
|
||||||
Known problems:
|
Known problems:
|
||||||
* MacOS is not working.
|
* MacOS is not working natively, workaround with linux VM.
|
||||||
* No detection of CPU model, default info is displayed.
|
* No detection of CPU model, default info is displayed.
|
||||||
* Detection of AES and SHA CPU extensions is not working.
|
* Detection of AES and SHA CPU extensions is not working.
|
||||||
* No detection of ARM architecture minor version number.
|
* No detection of ARM architecture minor version number.
|
||||||
* NEON may not be displayed in algo features for some algos that may support it.
|
* 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.
|
* Algos may show support for NEON even if it's disabled or not yet implemented.
|
||||||
* X17, MinotaurX are not fully oprimized.
|
|
||||||
* Simd: NEON parallel hash not enasbled, using unoptimized.
|
|
||||||
* Groestl, Fugue: Multiple issues with NEON & AES, using unoptimized.
|
* Groestl, Fugue: Multiple issues with NEON & AES, using unoptimized.
|
||||||
* Hamsi: parallel NEON not working, using unoptimized.
|
|
||||||
* SWIFFTX: Deferred, using unoptimized.
|
* SWIFFTX: Deferred, using unoptimized.
|
||||||
* Algos not mentioned have either been deferred or have not been analyzed. They may or may not work on ARM.
|
* Algos not mentioned have either been deferred or have not been analyzed. They may or may not work on ARM.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user