Skip to content

Commit 8a97090

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2340 from AlexGuteniev/patch-2
Update loop.md
2 parents 82868f7 + a4327d6 commit 8a97090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)