SPIRV-Cross/reference/shaders-msl/asm
Chip Davis 51d2dfe02a MSL: Add missing casts to Op?MulExtended.
It is possible to pass unsigned integers to `OpSMulExtended`. In that
case, we want to do a signed multiply with sign extension, so make sure
the operands are forced to be interpreted as signed.

This was an oversight on my part when I added these instructions.

Fixes the CTS test
`dEQP-VK.spirv_assembly.instruction.compute.signed_op.uint_smulextended`.
2022-11-20 00:20:49 -08:00
..
comp MSL: Add missing casts to Op?MulExtended. 2022-11-20 00:20:49 -08:00
frag Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
tesc MSL: Fix '--msl-multi-patch-workgroup' out of bounds reads when dispatching more threads than control points (#1662) 2021-04-29 20:01:26 +02:00
tese MSL: Support "raw" buffer input in tessellation evaluation shaders. 2022-10-18 14:58:59 -07:00
vert MSL: Support synthetic functions in function constants. 2021-09-28 19:10:16 -04:00