[Mesa-dev] [PATCH 02/12] nir/builder: Add a flag for setting exact

Jason Ekstrand jason at jlekstrand.net
Fri Mar 18 01:13:30 UTC 2016


On Thu, Mar 17, 2016 at 6:12 PM, Matt Turner <mattst88 at gmail.com> wrote:

> On Thu, Mar 17, 2016 at 5:51 PM, Jason Ekstrand <jason at jlekstrand.net>
> wrote:
> > ---
> >  src/compiler/nir/nir_builder.h | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/src/compiler/nir/nir_builder.h
> b/src/compiler/nir/nir_builder.h
> > index d546e41..1d61ff9 100644
> > --- a/src/compiler/nir/nir_builder.h
> > +++ b/src/compiler/nir/nir_builder.h
> > @@ -31,6 +31,9 @@ struct exec_list;
> >  typedef struct nir_builder {
> >     nir_cursor cursor;
> >
> > +   /* Whether or not new ALU instructions will have exact results */
>
> s/or not //
> s/will have/must produce/ (???)
>

How about 'Whether new ALU instructions will be marked "exact"'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160317/ba0c2c12/attachment.html>


More information about the mesa-dev mailing list