Skip to content

Commit 76835cb

Browse files
authored
Merge pull request #222 from cmey/patch-1
Fix tiny typo in README.md
2 parents b3425d5 + 3af6cc2 commit 76835cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We expect that any time you use the `@avx` macro with a given block of code that
2727
This library provides the `@avx` macro, which may be used to prefix a `for` loop or broadcast statement.
2828
It then tries to vectorize the loop to improve runtime performance.
2929

30-
The macro assumes that loop iterations can be reordered. It also currently supports simple nested loops, where loop bounds of inner loops are constant across iterations of the outer loop, and only a single loop at each level of noop lest. These limitations should be removed in a future version.
30+
The macro assumes that loop iterations can be reordered. It also currently supports simple nested loops, where loop bounds of inner loops are constant across iterations of the outer loop, and only a single loop at each level of loop nest. These limitations should be removed in a future version.
3131

3232
## Benchmarks
3333

0 commit comments

Comments
 (0)