diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-12-21 03:12:16 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-15 17:54:52 -0300 |
| commit | 946c86f0bb9fd7a2e1331d27c059bcc6e7cb3c99 (patch) | |
| tree | 32fd89a25b99db56b69cda8382023ba349edead3 /src/video_core/shader/decode/arithmetic_half.cpp | |
| parent | c9cf899d1852da73e90ead3d5c0eeee58de6152d (diff) | |
shader_decode: Fixup clang-format
Diffstat (limited to 'src/video_core/shader/decode/arithmetic_half.cpp')
| -rw-r--r-- | src/video_core/shader/decode/arithmetic_half.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/shader/decode/arithmetic_half.cpp b/src/video_core/shader/decode/arithmetic_half.cpp index a6c6f3174..9547eae5d 100644 --- a/src/video_core/shader/decode/arithmetic_half.cpp +++ b/src/video_core/shader/decode/arithmetic_half.cpp @@ -20,8 +20,7 @@ u32 ShaderIR::DecodeArithmeticHalf(BasicBlock& bb, u32 pc) { opcode->get().GetId() == OpCode::Id::HADD2_R) { UNIMPLEMENTED_IF(instr.alu_half.ftz != 0); } - UNIMPLEMENTED_IF_MSG(instr.alu_half.saturate != 0, - "Half float saturation not implemented"); + UNIMPLEMENTED_IF_MSG(instr.alu_half.saturate != 0, "Half float saturation not implemented"); const bool negate_a = opcode->get().GetId() != OpCode::Id::HMUL2_R && instr.alu_half.negate_a != 0; |
