[PATCH vkd3d 3/7] vkd3d-shader/hlsl: Parse min intrinsic.

Giovanni Mascellani gmascellani at codeweavers.com
Mon Nov 22 08:25:28 CST 2021


Hi,

On 22/11/21 12:26, Sven Baars wrote:
> On 22-11-2021 12:06, Giovanni Mascellani wrote:
>> @@ -1629,6 +1635,8 @@ intrinsic_functions[] =
>>       {"abs",                                 1, true,  intrinsic_abs},
>>       {"clamp",                               3, true,  intrinsic_clamp},
>>       {"max",                                 2, true,  intrinsic_max},
>> +    {"min",                                 2, true,  intrinsic_min},
>> +    {"normalize",                           1, true,  intrinsic_normalize},
> Looks like something went wrong here when splitting patches.
And I was even sure I had tried to compile it...

Thank, submitting again!

Giovanni.



More information about the wine-devel mailing list