Browse Source
fix for the fix of the fix
eds-true-adreno-fixes-pre-0.1.0
CamilleLaVey
1 month ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
2 deletions
-
src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp
|
|
|
@ -824,8 +824,7 @@ void VisitFpModifiers(Info& info, IR::Inst& inst) { |
|
|
|
case IR::Opcode::FPUnordLessThanEqual32: |
|
|
|
case IR::Opcode::FPOrdGreaterThanEqual32: |
|
|
|
case IR::Opcode::FPUnordGreaterThanEqual32: |
|
|
|
case IR::Opcode::ConvertF16F32: |
|
|
|
case IR::Opcode::ConvertF64F32: { |
|
|
|
case IR::Opcode::ConvertF16F32: { |
|
|
|
const auto control{inst.Flags<IR::FpControl>()}; |
|
|
|
switch (control.fmz_mode) { |
|
|
|
case IR::FmzMode::DontCare: |
|
|
|
|