Skip to content

Commit 404835f

Browse files
authored
Correct isizex8 documentation
`isizex8` is now correctly described as 8 lanes.
1 parent 93af7ef commit 404835f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vSize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl_m!([msize; 4]: msizex4 | isize_, u8 | test_v256 |
3939
impl_i!([isize; 8]: isizex8, msizex8 | isize_, u8 | test_v512 |
4040
x0, x1, x2, x3, x4, x5, x6, x7 |
4141
From: |
42-
/// A vector with 4 `isize` lanes.
42+
/// A vector with 8 `isize` lanes.
4343
);
4444
impl_u!([usize; 8]: usizex8, msizex8 | usize_, u8 | test_v512 |
4545
x0, x1, x2, x3, x4, x5, x6, x7 |

0 commit comments

Comments
 (0)