[libc-commits] [PATCH] D133035: [libc] move builtin_wrappers out of fputil
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 31 11:22:54 PDT 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
builtin_wrappers contains the wrappers for the clz builtins, which do
not depend on anything in fputil. This patch moves the file out of
FPUtil. The location is updated as appropriate.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133035
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/FPBits.h
libc/src/__support/FPUtil/Hypot.h
libc/src/__support/FPUtil/builtin_wrappers.h
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/generic/FMod.h
libc/src/__support/FPUtil/generic/sqrt.h
libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
libc/src/__support/builtin_wrappers.h
libc/src/__support/str_to_float.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133035.457034.patch
Type: text/x-patch
Size: 7360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220831/4a60a223/attachment.bin>
More information about the libc-commits
mailing list