mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Support for AArch64 (markdown)
@@ -12,9 +12,7 @@ Requirements:
|
|||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
The following has not been comited yet. The currently available NEON code is unstable.
|
Work is continuing but progress is slow. 2 way parallel hash will be implemented on aplicable algorithms for NEON and will also benefit x86_64 CPUs without AVX2.
|
||||||
|
|
||||||
The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES and SHA2.
|
|
||||||
|
|
||||||
Development environment:
|
Development environment:
|
||||||
* Raspberry Pi-4B 8 GB
|
* Raspberry Pi-4B 8 GB
|
||||||
@@ -23,6 +21,10 @@ Development environment:
|
|||||||
|
|
||||||
Follow normal Linux build procedure but add "-flax-vector-conversions" to CFLAGS.
|
Follow normal Linux build procedure but add "-flax-vector-conversions" to CFLAGS.
|
||||||
|
|
||||||
|
Uncommited changes:
|
||||||
|
|
||||||
|
The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES and SHA2.
|
||||||
|
|
||||||
Things that have been tested to work:
|
Things that have been tested to work:
|
||||||
* sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way currently disabled.
|
* sha256dt: unoptimized is working, SHA2 is enabled but untested, 4way currently disabled.
|
||||||
* x17: working with Cubehash linear vectorization, Shavite AES is enabled and compiles but untested, all other optimizations disabled.
|
* x17: working with Cubehash linear vectorization, Shavite AES is enabled and compiles but untested, all other optimizations disabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user