You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**."
Copy file name to clipboardExpand all lines: docs/preprocessor/loop.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The compiler ignores this option unless the [/Qpar](../build/reference/qpar-auto
25
25
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.
26
26
27
27
**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.
0 commit comments