[PPC] vsubcuw is actually implemented, enable it

This commit is contained in:
Herman S.
2025-10-14 17:56:58 +09:00
parent 7e66a85f43
commit 9369464396

View File

@@ -1675,7 +1675,7 @@ int InstrEmit_vsubcuw(PPCHIRBuilder& f, const InstrData& i) {
Value* borrow =
f.VectorShr(underflow, f.LoadConstantVec128(vec128i(31)), INT32_TYPE);
f.StoreVR(i.VX.VD, borrow);
return 1;
return 0;
}
int InstrEmit_vsubfp_(PPCHIRBuilder& f, uint32_t vd, uint32_t va, uint32_t vb) {