1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-04 19:16:27 +02:00

clarify multithreading support in the C readme

Fixes https://github.com/BLAKE3-team/BLAKE3/issues/99.
This commit is contained in:
Jack O'Connor 2020-07-20 10:00:47 -04:00
parent e4703ac170
commit e83cbbb8f5

View File

@ -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.