Updates wasm32 simd128 instruction v32x4_shuffle to i32x4_shuffle.

This commit is contained in:
Alexander Meißner 2021-06-18 21:21:17 +02:00
parent 3dc478e348
commit c6f353666a

View file

@ -104,7 +104,7 @@ macro_rules! swizzle {
$self.f32x4[$z], $self.f32x4[$z],
$self.f32x4[$w], $self.f32x4[$w],
] }, ] },
{ v128: $crate::simd::v32x4_shuffle::<$x, $y, $z, $w>($self.v128, $self.v128) }, { v128: $crate::simd::i32x4_shuffle::<$x, $y, $z, $w>($self.v128, $self.v128) },
{ f32x4: [ { f32x4: [
$self.f32x4[$x], $self.f32x4[$x],
$self.f32x4[$y], $self.f32x4[$y],