[libcxx-commits] [PATCH] D155263: [libc++] Move functions from <cmath> to the math headers
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 13 23:42:10 PDT 2023
philnik updated this revision to Diff 540287.
philnik added a comment.
Update CMakeLists.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155263/new/
https://reviews.llvm.org/D155263
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__math/abs.h
libcxx/include/__math/copysign.h
libcxx/include/__math/exponential_functions.h
libcxx/include/__math/hypot.h
libcxx/include/__math/lerp.h
libcxx/include/__math/logarithms.h
libcxx/include/__math/min_max.h
libcxx/include/__math/traits.h
libcxx/include/cmath
libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155263.540287.patch
Type: text/x-patch
Size: 25190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230714/967d97cc/attachment-0001.bin>
More information about the libcxx-commits
mailing list