commit a846f79462cc9f42ba416b28ad538d2b46542486 parent 10e3c671ac33983b815e90e641633409280f045e Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Tue, 17 Sep 2024 22:05:17 +0200 Updated README Diffstat:
M | README.md | | | 11 | ++--------- |
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git 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