Skip to content

Commit

Permalink
clarify multithreading support in the C readme
Browse files Browse the repository at this point in the history
Fixes #99.
  • Loading branch information
oconnor663-zoom committed Jul 20, 2020
1 parent e4703ac commit e83cbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e83cbbb

Please sign in to comment.