diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-02 18:24:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-02 18:24:46 +0200 |
| commit | b961f962d0049f168bab668fff3ad903436701f4 (patch) | |
| tree | 555e94cb61f496a34f931489a93b895bc7b2167e | |
| parent | ebbc9ce5d092bf831641c8d2323c7f78dcd38588 (diff) | |
| parent | 8e9f635a703e0746a8de6796a3343b2ec89d1219 (diff) | |
| download | rust-b961f962d0049f168bab668fff3ad903436701f4.tar.gz rust-b961f962d0049f168bab668fff3ad903436701f4.zip | |
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.
| -rw-r--r-- | src/doc/rustc/src/codegen-options/index.md | 2 |
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. |
