According to spec 1.1 Chapter 6.3 bullet g: The logical operators and (&&), or (||) operate on all scalar and vector built-in types except the built-in scalar and vector float types.
Signed-off-by: Yi Sun <[email protected]> Signed-off-by: Yangwei Shui <[email protected]> diff --git a/tests/cl/program/execute/scalar-logical-float.cl b/tests/cl/program/execute/scalar-logical-float.cl index 43265d5..dc78592 100644 --- a/tests/cl/program/execute/scalar-logical-float.cl +++ b/tests/cl/program/execute/scalar-logical-float.cl @@ -5,7 +5,7 @@ [config] name: Float logical operators -clc_version_min: 10 +clc_version_min: 12 dimensions: 1 global_size: 1 0 0 -- 1.7.6.4 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
