Add subtraction operators (-, -=) for UInt<N> class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131196
[libc] Add subtraction for UInt<N> class. ClosedPublic Authored by lntue on Aug 4 2022, 1:05 PM.
Details Summary Add subtraction operators (-, -=) for UInt<N> class.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 4 2022, 1:05 PM This revision is now accepted and ready to land.Aug 4 2022, 1:46 PM Closed by commit rGc308a8871642: [libc] Add subtraction for UInt<N> class. (authored by lntue). · Explain WhyAug 4 2022, 5:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 450195 libc/src/__support/CPP/UInt.h
libc/test/src/__support/uint128_test.cpp
|