From a846f79462cc9f42ba416b28ad538d2b46542486 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 17 Sep 2024 22:05:17 +0200 Subject: Updated README --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d0ab136..8e23065 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,8 @@ $ ./configure.sh These settings can be overridden, for example: ``` -$ CC=clang ./configure.sh # Force use of clang instead of default cc -``` - -The support for ARM-specific optimizations (NEON instructions) is -incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3) -you need to manually disable optimizations: - -``` -$ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=... +$ CC=clang ./configure.sh # Force use of clang instead of default cc +$ THREADS=3 CC=gcc ./configure.sh # Use 3 threads and compile with gcc ``` Once the configuration is done, you can build with make -- cgit v1.3