We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af7ef commit 404835fCopy full SHA for 404835f
src/vSize.rs
@@ -39,7 +39,7 @@ impl_m!([msize; 4]: msizex4 | isize_, u8 | test_v256 |
39
impl_i!([isize; 8]: isizex8, msizex8 | isize_, u8 | test_v512 |
40
x0, x1, x2, x3, x4, x5, x6, x7 |
41
From: |
42
- /// A vector with 4 `isize` lanes.
+ /// A vector with 8 `isize` lanes.
43
);
44
impl_u!([usize; 8]: usizex8, msizex8 | usize_, u8 | test_v512 |
45
0 commit comments