Re: [Mesa-dev] [PATCH 2/2] ac/nir: fix translation of nir_op_frsq for doubles

2018-01-11 Thread Samuel Pitoiset
On 01/11/2018 07:06 AM, Timothy Arceri wrote: Without this we en up with the llvm error message: typo: end up Series is: Reviewed-by: Samuel Pitoiset "Both operands to a binary operator are not of the same type!" --- src/amd/common/ac_nir_to_llvm.c | 3 ++- 1 file changed, 2 insertio

[Mesa-dev] [PATCH 2/2] ac/nir: fix translation of nir_op_frsq for doubles

2018-01-10 Thread Timothy Arceri
Without this we en up with the llvm error message: "Both operands to a binary operator are not of the same type!" --- src/amd/common/ac_nir_to_llvm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index 8d759