[all-commits] [llvm/llvm-project] c308a8: [libc] Add subtraction for UInt<N> class.

lntue via All-commits all-commits at lists.llvm.org
Thu Aug 4 17:38:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c308a88716422b626e4141e29164ac032ae4ce07
      https://github.com/llvm/llvm-project/commit/c308a88716422b626e4141e29164ac032ae4ce07
  Author: Tue Ly <lntue at google.com>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M libc/src/__support/CPP/UInt.h
    M libc/test/src/__support/uint128_test.cpp

  Log Message:
  -----------
  [libc] Add subtraction for UInt<N> class.

Add subtraction operators (-, -=) for UInt<N> class.

Reviewed By: michaelrj, orex

Differential Revision: https://reviews.llvm.org/D131196




More information about the All-commits mailing list