Skip to content

Commit b961f96

Browse files
authored
Rollup merge of rust-lang#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.
2 parents ebbc9ce + 8e9f635 commit b961f96

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+1
-1
lines changed

src/doc/rustc/src/codegen-options/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ flag will turn that behavior off.
105105

106106
## no-vectorize-slp
107107

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

0 commit comments

Comments
 (0)