aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-07-20 10:00:47 -0400
committerJack O'Connor <[email protected]>2020-07-20 10:01:00 -0400
commite83cbbb8f5b4b05275ec02d50921ce7be73ab523 (patch)
treea15dedf693f8ac319ab0bf8b357e8e6b77e4eed7
parente4703ac170c5852be5bd13f5e45f416b6ab492b3 (diff)
clarify multithreading support in the C readme
Fixes https://github.com/BLAKE3-team/BLAKE3/issues/99.
-rw-r--r--c/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/README.md b/c/README.md
index 1c19951..d7b5e09 100644
--- a/c/README.md
+++ b/c/README.md
@@ -230,5 +230,5 @@ and their performance is the same if you use the assembly
implementations or if you compile the intrinsics-based implementations
with Clang. (Both Clang and rustc are LLVM-based.)
-The C implementation doesn't currently support multi-threading. OpenMP
-support or similar might be added in the future.
+The C implementation doesn't currently include any multithreading
+optimizations. OpenMP support or similar might be added in the future.