Skip to content

d2d1/tests: Use compare_uint() in compare_float() instead of abs().

The result of abs(INT_MIN) is INT_MIN, which breaks the ulps comparison.

See also: vkd3d@69ecfdfb

Merge request reports

Loading