Skip to content

Commit

Permalink
Add missing From impls to {i,u}8x16. Closes #434
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Apr 28, 2018
1 parent 1673dbb commit e7f8d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coresimd/ppsv/v128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ impl_from!(
m8x8
);

impl_from!(u8x16: u8, u8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, m16x16, i8x16, m8x16);
impl_from!(i8x16: i8, i8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, u16x16, m16x16, u8x16, m8x16);
impl_from!(u8x16: u8, u8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, u16x16, m16x16, i8x16, m8x16);
impl_from!(i8x16: i8, i8x16_from, test_v128 | i32x16, u32x16, f32x16, m1x16, i16x16, u16x16, m16x16, u8x16, m8x16);

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

Expand Down

0 comments on commit e7f8d4f

Please sign in to comment.