Skip to content

Commit 4bb8a8b

Browse files
committed
miri: fix comment
1 parent e634c18 commit 4bb8a8b

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/src/shims/x86

1 file changed

+1
-1
lines changed

src/tools/miri/src/shims/x86/sse2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
465465
}
466466
}
467467
// Used to implement the _mm_packs_epi32 function.
468-
// Converts two 16-bit integer vectors to a single 8-bit integer
468+
// Converts two 32-bit integer vectors to a single 16-bit integer
469469
// vector with signed saturation.
470470
"packssdw.128" => {
471471
let [left, right] =

0 commit comments

Comments
 (0)