[Mesa-dev] [PATCH 3/6] nir: Turn -(b2f(a) + b2f(b) >= 0 into !(a || b).

Patrick Baggett baggett.patrick at gmail.com
Wed Aug 10 18:16:06 UTC 2016


> >
> > For now, this patch is
> >
> > Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
>

I had a hard time parsing the title: "Turn -(b2f(a) + b2f(b) >= 0 into
!(a || b)"  at first, until I saw the replacement instructions. You're
missing a ')' on the commit line. :)


More information about the mesa-dev mailing list