mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Support for AArch64 (markdown)
@@ -64,20 +64,23 @@ Short term plan:
|
|||||||
Continue fixing parallel hash functions for x17 before propagating them to the rest of the X family.
|
Continue fixing parallel hash functions for x17 before propagating them to the rest of the X family.
|
||||||
Figure out what's going on with verthash.
|
Figure out what's going on with verthash.
|
||||||
Extend suport to x21s, x22i, x25x.
|
Extend suport to x21s, x22i, x25x.
|
||||||
Add support for the short algos like skein2, keccak, blake2s.
|
Add support for the short algos like skein2, keccak, blake2s, etc.
|
||||||
Complete any other work needed to bring parity with SSE2.
|
Complete any other work needed to bring parity with SSE2.
|
||||||
|
Test AES & SHA , HW permitting.
|
||||||
|
Performance testing.
|
||||||
|
|
||||||
Longer term:
|
Medium term:
|
||||||
|
|
||||||
Find NEON optimization opportunities that exploit it's architecture and instruction set.
|
Find NEON optimization opportunities that exploit it's architecture and instruction set.
|
||||||
Apply lessons learned to x86_64.
|
Apply lessons learned to x86_64.
|
||||||
|
|
||||||
Even longer term:
|
Long term:
|
||||||
|
|
||||||
ARM SVE
|
ARM SVE
|
||||||
|
x86_64 AVX10
|
||||||
RISC-V
|
RISC-V
|
||||||
|
|
||||||
Some notable observation about the problems observed:
|
Some notable observations about the problems observed:
|
||||||
|
|
||||||
Verthash is a mystery, it only produces rejects on ARM even with no targtetted code, only compiled C. The same C source works on x86_64 but not on AArch64. Tried with -O3 & -O2. In all other cases falling back to C was always successful. Verthash data file creation and verification work.
|
Verthash is a mystery, it only produces rejects on ARM even with no targtetted code, only compiled C. The same C source works on x86_64 but not on AArch64. Tried with -O3 & -O2. In all other cases falling back to C was always successful. Verthash data file creation and verification work.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user