Skip to content

Commit 51d6a98

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3023 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 3483ca6 + 8a97090 commit 51d6a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The compiler ignores this option unless the [/Qpar](../build/reference/qpar-auto
2525
By default, the auto-vectorizer attempts to vectorize all loops that it evaluates may benefit from it. Specify this pragma to disable the auto-vectorizer for the loop that follows.
2626

2727
**ivdep**\
28-
A hint to the compiler to ignore vector dependencies for this loop. Use this option together with **hint_parallel**.
28+
A hint to the compiler to ignore vector dependencies for this loop.
2929

3030
## Remarks
3131

0 commit comments

Comments
 (0)