From 5c5b4e8e7d26032bf9e2e948aad3d309cca1a78a Mon Sep 17 00:00:00 2001 From: FernandoS27 Date: Sun, 21 Oct 2018 20:07:15 -0400 Subject: Fixed FSETP and FSET --- src/video_core/engines/shader_bytecode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/video_core/engines/shader_bytecode.h') diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index e3d67ff87..67501cf0a 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h @@ -753,7 +753,6 @@ union Instruction { BitField<45, 2, PredOperation> op; BitField<47, 1, u64> ftz; BitField<48, 4, PredCondition> cond; - BitField<56, 1, u64> neg_b; } fsetp; union { @@ -828,7 +827,6 @@ union Instruction { BitField<53, 1, u64> neg_b; BitField<54, 1, u64> abs_a; BitField<55, 1, u64> ftz; - BitField<56, 1, u64> neg_imm; } fset; union { -- cgit v1.2.3