Closed computablee closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8444e6b
) 99.20% compared to head (e274fac
) 99.21%. Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which issue are you addressing?
Closes #117
How have you addressed the issue?
Implemented
uint Sub(ref uint, uint)
andulong Sub(ref ulong, ulong)
for atomic subtraction.How have you tested your patch?
Modified
Atomic_works
to test new overloads. Tests pass.