[libc] Fix bug in UInt comparison operators.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 21 Jun 2022 20:46:59 +0000 (20:46 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 22 Jun 2022 05:41:07 +0000 (05:41 +0000)
commit5aa9efbab548f8ae4241c615a603addebbf0e15b
treed11d923e934ae30fdf97bdfd1b1c3487aeea5dc4
parent77ad77c0710f1496f1caeeee14a2565f1ea81b06
[libc] Fix bug in UInt comparison operators.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D128303
libc/src/__support/CPP/UInt.h
libc/test/src/__support/uint128_test.cpp