mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
Include `cmath` instead of `math.h` in C++ mode under MSVC, to avoid build errors inside the header. Ideally we would not condition this on `_MSC_VER`, but issue 1833 currently prevents doing so. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>