Files
OpenCL-CTS/test_conformance
Alastair Murray 26cacf056e Fail feature macro compare if compiler has more features than runtime (#982)
* Fail feature macro compare if compiler has more features than runtime

Because a C++11 `std::equal` only iterates over the first container, and
matches with items in the second, if the second container contains more items
the check can still pass even though they're not identical.  Just use `==`
instead.

Fixes #979

* Move an expression to its point of use
2020-09-30 11:06:45 +01:00
..
2020-05-20 14:16:19 +01:00
2020-09-24 20:41:04 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2019-07-31 16:00:45 +01:00