rustc book: nitpick SLP vectorization
SLP vectorization (in general and as implemented in LLVM) is not limited to loops.
This commit is contained in:
parent
f2023ac599
commit
8e9f635a70
|
@ -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…
Reference in New Issue