Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/preprocessor/loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The compiler ignores this option unless the [/Qpar](../build/reference/qpar-auto
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.

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

## Remarks

Expand Down