Updated Support for AArch64 (markdown)

JayDDee
2023-10-19 14:33:20 -04:00
parent 473975ae46
commit 17d8aa90aa

@@ -12,9 +12,7 @@ Requirements:
## Status
The following has not been comited yet. The currently available NEON code is unstable.
The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES and SHA2.
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.
Development environment:
* Raspberry Pi-4B 8 GB
@@ -23,6 +21,10 @@ Development environment:
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:
* 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.