[libc-commits] [PATCH] D150475: [libc][math] Implement fast division / modulus for UInt / (uint32_t * 2^e).

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 12 12:56:27 PDT 2023


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

This is to improve a performance bottleneck of printf for long double.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150475

Files:
  libc/src/__support/UInt.h
  libc/test/src/__support/uint_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150475.521768.patch
Type: text/x-patch
Size: 6122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230512/da088810/attachment.bin>


More information about the libc-commits mailing list