Files
OpenCL-CTS/test_conformance
Sven van Haastregt 957e3b3985 Convert some if-else chains to switch statements (#1730)
All of these if-else chains compare against enums, which is better
done using switch statements.  This helps avoid some
`-Wsometimes-uninitialized` warnings of variables that are assigned
inside the switch.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
2023-05-24 11:11:23 +01:00
..
2023-05-03 09:16:21 +01:00
2023-01-31 09:50:21 -08:00