simd_three_same: Ensure zero in upper for PairedMinMaxOperation
This commit is contained in:
parent
735738c7b6
commit
3c742960a9
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ bool PairedMinMaxOperation(TranslatorVisitor& v, bool Q, Imm<2> size, Vec Vm, Ve
|
||||||
}();
|
}();
|
||||||
|
|
||||||
if (datasize == 64) {
|
if (datasize == 64) {
|
||||||
result = v.ir.VectorShuffleWords(result, 0b11101000);
|
result = v.ir.VectorShuffleWords(result, 0b11011000);
|
||||||
}
|
}
|
||||||
|
|
||||||
v.V(datasize, Vd, result);
|
v.V(datasize, Vd, result);
|
||||||
|
|
Loading…
Reference in a new issue