1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[dxso] Fix ExpP fallthrough

This commit is contained in:
Joshua Ashton 2022-03-09 21:29:26 +00:00 committed by Philip Rebohle
parent b2d96ee087
commit a5b0f2898a

View File

@ -2038,8 +2038,8 @@ namespace dxvk {
else
result.id = m_module.opCompositeConstruct(typeId, result.type.ccount, resultIndices.data());
break;
}
break;
case DxsoOpcode::Exp:
result.id = m_module.opExp2(typeId,
emitRegisterLoad(src[0], mask).id);