Re: [Mesa-dev] [PATCH] R600: Expand vector FSQRT ops

2013-10-29 Thread Tom Stellard
On Fri, Oct 25, 2013 at 05:46:38PM -0500, Aaron Watry wrote: > Reviewed-by: Aaron Watry > > I have tested this on a Radeon 5400 (Cedar), and I just sent a few > generated tests to the piglit list. > > --Aaron Thanks for testing, I have committed this patch. -Tom > > On Wed, Oct 23, 2013 at 6

Re: [Mesa-dev] [PATCH] R600: Expand vector FSQRT ops

2013-10-25 Thread Aaron Watry
Reviewed-by: Aaron Watry I have tested this on a Radeon 5400 (Cedar), and I just sent a few generated tests to the piglit list. --Aaron On Wed, Oct 23, 2013 at 6:28 PM, Tom Stellard wrote: > From: Tom Stellard > > --- > lib/Target/R600/AMDGPUISelLowering.cpp | 1 + > test/CodeGen/R600/llvm.

[Mesa-dev] [PATCH] R600: Expand vector FSQRT ops

2013-10-23 Thread Tom Stellard
From: Tom Stellard --- lib/Target/R600/AMDGPUISelLowering.cpp | 1 + test/CodeGen/R600/llvm.sqrt.ll | 54 ++ 2 files changed, 55 insertions(+) create mode 100644 test/CodeGen/R600/llvm.sqrt.ll diff --git a/lib/Target/R600/AMDGPUISelLowering.cpp b/lib/T