summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Kruppe <robin.kruppe@gmail.com>2019-10-02 14:41:49 +0200
committerGitHub <noreply@github.com>2019-10-02 14:41:49 +0200
commit8e9f635a703e0746a8de6796a3343b2ec89d1219 (patch)
treedac3f3aa0ca00632863e7908b7c504a71bf1e5ef
parentf2023ac599c38a59f86552089e6791c5a73412d3 (diff)
downloadrust-nitpick-slp.tar.gz
rustc book: nitpick SLP vectorizationnitpick-slp
SLP vectorization (in general and as implemented in LLVM) is not limited to loops.
-rw-r--r--src/doc/rustc/src/codegen-options/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index 5c41acc6581..e73fd43f19a 100644
--- a/src/doc/rustc/src/codegen-options/index.md
+++ b/src/doc/rustc/src/codegen-options/index.md
@@ -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.