Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
qinheping authored Sep 22, 2024
1 parent 4cc0833 commit 0bd9708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ impl<'tcx> GotocCtx<'tcx> {
TyKind::RigidTy(RigidTy::Uint(UintTy::U32))
)
{
self.simd_size_and_type(farg_types[2]).0.try_into().unwrap()
self.simd_size_and_type(farg_types[2]).0
} else {
let err_msg = format!(
"simd_shuffle index must be a SIMD vector of `u32`, got `{}`",
Expand Down

0 comments on commit 0bd9708

Please sign in to comment.