We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3aa62e commit f4a61cbCopy full SHA for f4a61cb
1 file changed
Checks/PWR042/README.md
@@ -30,7 +30,7 @@ efficient one.
30
In order to perform the loop interchange, the loops need to be
31
[perfectly nested](../../Glossary/Perfect-loop-nesting.md), i.e. all the statements
32
need to be inside the innermost loop. However, due to the initialization of a
33
-reduction variablе, loop interchange is not directly applicable.
+reduction variable, loop interchange is not directly applicable.
34
35
> [!NOTE]
36
> Often, loop interchange enables vectorization of the innermost loop which
0 commit comments