Re: [Mesa-dev] [PATCH v2 1/3] nir: handle double-precision in fabs, frsq and fsqrt

2016-05-20 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 1/3] nir: handle double-precision in fabs, frsq and fsqrt

2016-05-20 Thread Iago Toral Quiroga
--- src/compiler/nir/nir_opcodes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/nir/nir_opcodes.py b/src/compiler/nir/nir_opcodes.py index 8a3a80f..8ecf7b9 100644 --- a/src/compiler/nir/nir_opcodes.py +++ b/src/compiler/nir/nir_opcodes.py @@ -153,11 +153,