miri: fix comment

This commit is contained in:
Eduardo Sánchez Muñoz 2023-09-13 21:03:07 +02:00
parent e634c188dd
commit 4bb8a8b804

View File

@ -465,7 +465,7 @@ enum ShiftOp {
}
}
// Used to implement the _mm_packs_epi32 function.
// Converts two 16-bit integer vectors to a single 8-bit integer
// Converts two 32-bit integer vectors to a single 16-bit integer
// vector with signed saturation.
"packssdw.128" => {
let [left, right] =