We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfa1d1 commit 89009daCopy full SHA for 89009da
flang/docs/Directives.md
@@ -39,7 +39,7 @@ A list of non-standard directives supported by Flang
39
* `!dir$ vector always` forces vectorization on the following loop regardless
40
of cost model decisions. The loop must still be vectorizable.
41
[This directive currently only works on plain do loops without labels].
42
-* `!dir$ ivdep` tells vecorization to ignore the dependency analysis of the
+* `!dir$ ivdep` tells vectorization to ignore the dependency analysis of the
43
following loop.
44
45
# Directive Details
0 commit comments