Updated Support for AARCH64 (markdown)

JayDDee
2023-10-06 19:10:18 -04:00
parent f06b977907
commit f305699f7d

@@ -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.
`./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=.
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.