Closed FreezyLemon closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
585b244
) 88.53% compared to head (c3a3db1
) 88.53%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
My local version of NASM (2.16.01) produces some warnings when compiling:
Looks like the
%undef sum, kernel_width, res
only undefinessum
and ignores everything after that.res
doesn't seem to exist (anymore), so I removed it from the%undef
s.