[libc-commits] [PATCH] D132184: [libc] add division to UInt

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 18 15:52:05 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

This adds a division implementation to UInt. This is necessary for some
higher order mathematics, often involving large floating point numbers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132184

Files:
  libc/src/__support/CPP/UInt.h
  libc/test/src/__support/uint128_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132184.453822.patch
Type: text/x-patch
Size: 5466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220818/7273be78/attachment.bin>


More information about the libc-commits mailing list