Re: [Piglit] [PATCH] cl/math: Add some basic ilogb builtin tests

2016-02-11 Thread Jan Vesely
On Wed, 2016-02-10 at 20:57 -0600, Aaron Watry wrote: > Note: Doesn't test 0 or NaN as those inputs support multiple possible > output values. I guess FP_ILOGB{0,NAN} are available only in CLC. Reviewed-by: Jan Vesely > > Signed-off-by: Aaron Watry > --- >  generated_tests/gen_cl_math_builtin

[Piglit] [PATCH] cl/math: Add some basic ilogb builtin tests

2016-02-10 Thread Aaron Watry
Note: Doesn't test 0 or NaN as those inputs support multiple possible output values. Signed-off-by: Aaron Watry --- generated_tests/gen_cl_math_builtins.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/generated_tests/gen_cl_math_builtins.py b/generated_tests/gen_cl_math_buil