[Mesa-dev] [PATCH 1/2] nir: optimize min(min(a, b), c) to min3(a, b, c) under an option

Matt Turner mattst88 at gmail.com
Fri Jun 1 16:50:37 UTC 2018


On Fri, Jun 1, 2018 at 9:50 AM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> On 06/01/2018 06:47 PM, Matt Turner wrote:
>> On Wed, May 30, 2018 at 10:06 AM, Samuel Pitoiset
>> <samuel.pitoiset at gmail.com> wrote:
>>>
>>> Similar for max().
>>>
>>> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
>>
>>
>> What are the shader-db results? That should be in the commit message.
>
>
> In the second one?

Ah! Okay, thanks.


More information about the mesa-dev mailing list