Skip to content

Commit b53a824

Browse files
committed
Again
1 parent 2ccdf26 commit b53a824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testable-simd-models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ similar to the upstream code in `core::arch`.
192192
mk!([100]_mm256_bsrli_epi128{<0>,<1>,<2>,<3>,...,<255>}(a: BitVec));
193193
```
194194
```
195-
i. ii. iii. iv.
195+
i. ii. iii. iv.
196196
```
197197
The macro invocation has four parts.
198198
1. By default the macro tests for a thousand randomly generated inputs. If needed, this can be modified, such as here, where the `[100]` is used so that

0 commit comments

Comments
 (0)