Re: [Piglit] [PATCH] CL: Add tests to make sure that ilogb(0.0 or nan) returns FP_ILOGB0|FP_ILOGBNAN

2016-02-23 Thread Jan Vesely
On Mon, 2016-02-22 at 20:38 -0600, Aaron Watry wrote: > Signed-off-by: Aaron Watry Reviewed-by: Jan Vesely > --- >  tests/cl/program/execute/builtin/math/ilogb.cl | 31 > ++ >  1 file changed, 31 insertions(+) >  create mode 100644 tests/cl/program/execute/builtin/math/i

Re: [Piglit] [PATCH 1/2] cl: Add suport for builtins with multiple outputs

2016-02-23 Thread Jan Vesely
On Mon, 2016-02-22 at 20:44 -0600, Aaron Watry wrote: > This patch is > Reviewed-by: Aaron Watry > > The other one I'm not as qualified to review the selected test > values, so > it is: > Acked-By: Aaron Watry pushed. thank you, Jan > > On Thu, Feb 18, 2016 at 2:25 PM, Jan Vesely > wrote: >