Skip to content

Commit f62064f

Browse files
authored
Update loop.md
Make **ivdep** not depending on **hint_parallel**. @BillyONeal 's proof that **ivdep** works even without **hint_parallel**: https://gcc.godbolt.org/z/P8Yjn3
1 parent 82868f7 commit f62064f

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. Use this option together with **hint_parallel** or separately.
2929

3030
## Remarks
3131

0 commit comments

Comments
 (0)