Rollup merge of #64997 - rust-lang:nitpick-slp, r=jonas-schievink
rustc book: nitpick SLP vectorization SLP vectorization (in general and as implemented in LLVM) is not limited to loops.
This commit is contained in:
commit
b961f962d0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ flag will turn that behavior off.
|
||||||
|
|
||||||
## no-vectorize-slp
|
## 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
|
parallelism](https://llvm.org/docs/Vectorizers.html#the-slp-vectorizer). This
|
||||||
flag will turn that behavior off.
|
flag will turn that behavior off.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue