Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7f8d4f

Browse files
committedApr 28, 2018
Add missing From impls to {i,u}8x16. Closes #434
1 parent 1673dbb commit e7f8d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎coresimd/ppsv/v128.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ 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);
555+
impl_from!(u8x16: u8, u8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, u16x16, m16x16, i8x16, m8x16);
556+
impl_from!(i8x16: i8, i8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, u16x16, m16x16, u8x16, m8x16);
557557

558558
impl_from!(m8x16: i8, m8x16_from, test_v128 | m1x16, m16x16);
559559

0 commit comments

Comments
 (0)
Please sign in to comment.