Updated Support for AArch64 (markdown)

JayDDee
2023-11-17 22:24:12 -05:00
parent ca10f0bc62
commit abfad2240c

@@ -44,18 +44,16 @@ What works:
* AES is working for Shavite and Echo.
* SHA is working for all algos.
* stratum+ssl and stratum+tcp are working, GBT is untested but expected to work.
* CPU and SW feature detection and reporting is partialliy implemented.
* CPU temperature and clock frequency is working (native Linux).
* cpu-affinity & threads are working.
* all configurations ooptions work as usual.
Known problems:
* Verthash algo is not working.
* MacOS is not working natively, workaround with linux VM.
* CPU and feature detection and reporting is incomplete.
* Groestl, Fugue: multiple issues not AES related, using unoptimized.
* Some inavlid shares for certain permutations of x16*.
Short term plan:
* Figure out what's going on with verthash.
* Complete any other work needed to bring parity with SSE2.
* Performance testing.