[Mesa-dev] [PATCH 02/12] nir/builder: Add a flag for setting exact
Matt Turner
mattst88 at gmail.com
Fri Mar 18 01:12:16 UTC 2016
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/ (???)
More information about the mesa-dev
mailing list