[Mesa-dev] [PATCH v2] nvc0/ir: Use double constant in `handleSQRT()`

2016-03-19 Thread Pierre Moreau
v2: Use "Fixes: sha1 (subject)" format for the fixes section, as pointed out by Ilia Mirin Fixes: a100d89d0998 ("nv50,nvc0: Fix invalid constant.") Signed-off-by: Pierre Moreau --- src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletio

Re: [Mesa-dev] [PATCH v2] nvc0/ir: Use double constant in `handleSQRT()`

2016-03-19 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Thanks for noticing this! On Sat, Mar 19, 2016 at 12:56 PM, Pierre Moreau wrote: > v2: Use "Fixes: sha1 (subject)" format for the fixes section, as pointed out > by Ilia Mirin > > Fixes: a100d89d0998 ("nv50,nvc0: Fix invalid constant.") > Signed-off-by: Pierre Morea