[PATCH vkd3d v2 07/10] vkd3d-shader/hlsl: Add helpers for binary arithmetic operations.

Giovanni Mascellani gmascellani at codeweavers.com
Thu Oct 21 09:58:06 CDT 2021


Hi,

Il 21/10/21 16:21, Matteo Bruni ha scritto:
> Technically this isn't quite the case anymore, add_expr() is still
> there unchanged after this patch. Some rewording might be in order.

My reasoning here is that with this patch the casting logic in 
add_expr() is not doing anything any more, because the caller already 
feeds add_expr() arguments of the same type. So even if add_expr() 
wasn't touched, the logic has moved. I wasn't sure of how to say this 
without getting into a uselessly long sentence.

Giovanni.



More information about the wine-devel mailing list