mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Initial support for double precision shader instructions. (#963)
* Implement DADD, DFMA and DMUL shader instructions * Rename FP to FP32 * Correct double immediate * Classic mistake
This commit is contained in:
parent
5355a54bd3
commit
04f7a7955a
19 changed files with 428 additions and 184 deletions
|
@ -104,7 +104,7 @@ namespace Ryujinx.Graphics.Shader.StructuredIr
|
|||
|
||||
if (isCondSel && type == VariableType.F32)
|
||||
{
|
||||
inst |= Instruction.FP;
|
||||
inst |= Instruction.FP32;
|
||||
}
|
||||
|
||||
dest.VarType = type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue