mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
This fix is required due to char defaulting to unsigned on arm platforms while the test code assumes char will be signed. Signed-off-by: Sam Laynton <sam.laynton@arm.com> Signed-off-by: Kevin Petit <kevin.petit@arm.com>