mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Shader/F2I: Implemented the negate bit in the F2I instruction.
This commit is contained in:
		| @@ -1306,6 +1306,10 @@ private: | ||||
|                     op_a = "abs(" + op_a + ')'; | ||||
|                 } | ||||
|  | ||||
|                 if (instr.conversion.negate_a) { | ||||
|                     op_a = "-(" + op_a + ')'; | ||||
|                 } | ||||
|  | ||||
|                 switch (instr.conversion.f2i.rounding) { | ||||
|                 case Tegra::Shader::F2iRoundingOp::None: | ||||
|                     break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Subv
					Subv