Skip to content

Commit feb404c

Browse files
committed
Smarter way
1 parent b53a824 commit feb404c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testable-simd-models/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ similar to the upstream code in `core::arch`.
190190
and that generated by the intrinsic in upstream `core::arch`. A valid test of the intrinsic above looks like this.
191191
```rust
192192
mk!([100]_mm256_bsrli_epi128{<0>,<1>,<2>,<3>,...,<255>}(a: BitVec));
193-
```
194-
```
195-
i. ii. iii. iv.
193+
// i. ii. iii. iv.
196194
```
197195
The macro invocation has four parts.
198196
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)