16 Aug
2023
16 Aug
'23
8:52 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/tpf.c:
write_sm4_instruction(tpf, &instr); }
+static void write_sm4_movc(const struct tpf_writer *tpf, enum vkd3d_sm4_opcode opcode,
This should probably be called `write_sm4_ternary_op()` and placed just below `write_sm4_binary_op_with_two_destinations()`. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/268#note_42440