Files
OpenCL-CTS/test_conformance
Marco Antognini ba9312e4a2 Fix ODR violations in math_brute_force (#1255)
A program having a type (such as ThreadInfo) defined differently in
multiple translation units exhibits undefined behaviour.

This commit fixes such issues in the math_brute_force component by
ensuring most types are local to their translation unit with the help of
anonymous namespaces. Later refactoring will be able to extract common
definitions to a single place.

This patch also removes unnecessary static and typedef keywords.
Otherwise, code is only moved around with no change.

Signed-off-by: Marco Antognini <marco.antognini@arm.com>
2021-05-21 10:07:54 +01:00
..
2021-05-18 18:12:55 +01:00
2020-07-23 17:21:07 +01:00
2021-05-18 18:10:24 +01:00
2021-02-17 17:05:09 +00:00
2021-05-13 09:13:03 +01:00
2019-07-31 16:00:45 +01:00