Skip to content

Commit e03010e

Browse files
committed
Indentation fix?
1 parent 8bc25d4 commit e03010e

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
@@ -192,9 +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-
^ ^ ^ ^
196-
| | | |
197-
(1) (2) (3) (4)
195+
(1) (2) (3) (4)
198196
```
199197
The macro invocation has four parts.
200198
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)