mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[dxso] Remove OpCross path for cross products
This commit is contained in:
parent
bca3e8db5a
commit
6610f4237f
@ -1455,9 +1455,6 @@ namespace dxvk {
|
||||
DxsoRegisterValue b) {
|
||||
uint32_t typeId = getVectorTypeId(a.type);
|
||||
|
||||
if (m_moduleInfo.options.d3d9FloatEmulation != D3D9FloatEmulation::Strict)
|
||||
return {a.type, m_module.opCross(typeId, a.id, b.id)};
|
||||
|
||||
const std::array<uint32_t, 4> shiftIndices = { 1, 2, 0, 1 };
|
||||
|
||||
DxsoRegisterValue result;
|
||||
|
Loading…
Reference in New Issue
Block a user