Updated Support for AARCH64 (markdown)

JayDDee
2023-10-06 19:09:11 -04:00
parent 56524fcb5a
commit f06b977907

@@ -31,7 +31,9 @@ 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=.