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

Samuel Pitoiset samuel.pitoiset at gmail.com
Fri Jun 1 16:50:07 UTC 2018



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?

> 


More information about the mesa-dev mailing list