From f06b9779072b76ed2f67200d31f86e171a8b7f9d Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 6 Oct 2023 19:09:11 -0400 Subject: [PATCH] Updated Support for AARCH64 (markdown) --- Support-for-AARCH64.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Support-for-AARCH64.md b/Support-for-AARCH64.md index 6fa3058..4fbfba7 100644 --- a/Support-for-AARCH64.md +++ b/Support-for-AARCH64.md @@ -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. `./autogen.sh` + `CFLAGS="-O2 -march=armv8-a+crypto+sha2+aes -Wall -flax-vector-conversions" ./configure --with-curl` + `make -j $nproc` "native" can be substituted for -march=.