diff options
| author | 2018-10-22 12:53:47 -0400 | |
|---|---|---|
| committer | 2018-10-22 12:53:47 -0400 | |
| commit | 1226a5706e3e877092d2d2a4d014fd548d81a01b (patch) | |
| tree | f742d23aaf0f7b6fa2201c8efc3312dbe193a54b /src/video_core/engines | |
| parent | Merge pull request #1546 from lioncash/svc-again (diff) | |
| parent | Fixed FSETP and FSET (diff) | |
| download | yuzu-1226a5706e3e877092d2d2a4d014fd548d81a01b.tar.gz yuzu-1226a5706e3e877092d2d2a4d014fd548d81a01b.tar.xz yuzu-1226a5706e3e877092d2d2a4d014fd548d81a01b.zip | |
Merge pull request #1547 from FernandoS27/fix-fset
Fixed FSETP and FSET
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/shader_bytecode.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
| 753 | BitField<45, 2, PredOperation> op; | 753 | BitField<45, 2, PredOperation> op; |
| 754 | BitField<47, 1, u64> ftz; | 754 | BitField<47, 1, u64> ftz; |
| 755 | BitField<48, 4, PredCondition> cond; | 755 | BitField<48, 4, PredCondition> cond; |
| 756 | BitField<56, 1, u64> neg_b; | ||
| 757 | } fsetp; | 756 | } fsetp; |
| 758 | 757 | ||
| 759 | union { | 758 | union { |
| @@ -828,7 +827,6 @@ union Instruction { | |||
| 828 | BitField<53, 1, u64> neg_b; | 827 | BitField<53, 1, u64> neg_b; |
| 829 | BitField<54, 1, u64> abs_a; | 828 | BitField<54, 1, u64> abs_a; |
| 830 | BitField<55, 1, u64> ftz; | 829 | BitField<55, 1, u64> ftz; |
| 831 | BitField<56, 1, u64> neg_imm; | ||
| 832 | } fset; | 830 | } fset; |
| 833 | 831 | ||
| 834 | union { | 832 | union { |