miri: fix comment
This commit is contained in:
parent
e634c188dd
commit
4bb8a8b804
@ -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] =
|
||||
|
Loading…
Reference in New Issue
Block a user