mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-24 09:23:10 +00:00
Updated Support for AARCH64 (markdown)
@@ -30,11 +30,11 @@ Please report all results and include your CPU and OS, any custom build options,
|
|||||||
|
|
||||||
Successful compilation is the first step. The recommended procedure is to folllow thw Linux build instructions for installing dependencies.
|
Successful compilation is the first step. The recommended procedure is to folllow thw Linux build instructions for installing dependencies.
|
||||||
|
|
||||||
`./autogen.sh`
|
`$ ./autogen.sh`
|
||||||
|
|
||||||
`CFLAGS="-O2 -march=armv8-a+crypto+sha2+aes -Wall -flax-vector-conversions" ./configure --with-curl`
|
`$ CFLAGS="-O2 -march=armv8-a+crypto+sha2+aes -Wall -flax-vector-conversions" ./configure --with-curl`
|
||||||
|
|
||||||
`make -j $nproc`
|
`$ make -j $nproc`
|
||||||
|
|
||||||
"native" can be substituted for -march=.
|
"native" can be substituted for -march=.
|
||||||
It's recommended testing with different builds with and without aes or sha2 or both to test different code for algos that support those features.
|
It's recommended testing with different builds with and without aes or sha2 or both to test different code for algos that support those features.
|
||||||
|
|||||||
Reference in New Issue
Block a user