aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index aac6444..ec0343a 100755
--- a/configure.sh
+++ b/configure.sh
@@ -14,7 +14,9 @@
14# The string "architecture" must be one of "AVX2", "NEON" or "PORTABLE". 14# The string "architecture" must be one of "AVX2", "NEON" or "PORTABLE".
15# 15#
16# THREADS=n 16# THREADS=n
17# Choose how many threads to use for multi-threaded oerations. 17# The maximum number of threads to use for multi-threaded operations.
18# This is also used as default value in case an operation allows
19# specifying how many threads to use.
18# By default, 8 threads will be used (TODO: in the future this will be 20# By default, 8 threads will be used (TODO: in the future this will be
19# determined base on the system). 21# determined base on the system).
20# The number n must be between 1 and 128. 22# The number n must be between 1 and 128.

Generated with cgit - Back to sebastiano.tronto.net