Skip to content

Commit a4327d6

Browse files
author
Colin Robertson
authored
delete qualification for ivdep option
It sounds like the qualifying sentence isn't required at all. If present, maybe it should say "This `loop` option may be used independently or on the same loops as **hint_parallel**."
1 parent f62064f commit a4327d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/loop.md

+1-1
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** or separately.
28+
A hint to the compiler to ignore vector dependencies for this loop.
2929

3030
## Remarks
3131

0 commit comments

Comments
 (0)