Skip to content

Commit

Permalink
Rollup merge of #64997 - rust-lang:nitpick-slp, r=jonas-schievink
Browse files Browse the repository at this point in the history
rustc book: nitpick SLP vectorization

SLP vectorization (in general and as implemented in LLVM) is not limited to loops.
  • Loading branch information
Centril authored Oct 2, 2019
2 parents ebbc9ce + 8e9f635 commit b961f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/codegen-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ flag will turn that behavior off.

## no-vectorize-slp

By default, `rustc` will attempt to vectorize loops using [superword-level
By default, `rustc` will attempt to vectorize code using [superword-level
parallelism](https://llvm.org/docs/Vectorizers.html#the-slp-vectorizer). This
flag will turn that behavior off.

Expand Down

0 comments on commit b961f96

Please sign in to comment.