Skip to content

Commit 829272d

Browse files
gnzlbgalexcrichton
authored andcommitted
add missing from impls for u8x16 and i8x16 (#421)
1 parent 410cd80 commit 829272d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coresimd/ppsv/v128.rs

+3
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ impl_from!(
552552
m8x8
553553
);
554554

555+
impl_from!(u8x16: u8, u8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, m16x16, i8x16, m8x16);
556+
impl_from!(i8x16: i8, i8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, u16x16, m16x16, u8x16, m8x16);
557+
555558
impl_from!(m8x16: i8, m8x16_from, test_v128 | m1x16, m16x16);
556559

557560
impl_from!(

0 commit comments

Comments
 (0)