From f305699f7dfb80320d8998b8ccb8880b64c64af6 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 6 Oct 2023 19:10:18 -0400 Subject: [PATCH] Updated Support for AARCH64 (markdown) --- Support-for-AARCH64.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Support-for-AARCH64.md b/Support-for-AARCH64.md index 4fbfba7..ede8e19 100644 --- a/Support-for-AARCH64.md +++ b/Support-for-AARCH64.md @@ -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.