[libcxx-commits] [PATCH] D155258: [libc++] Granulaize math.h and move the functions to std::__math
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 14 09:02:23 PDT 2023
philnik updated this revision to Diff 540445.
philnik added a comment.
Herald added a subscriber: arichardson.
Try to fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155258/new/
https://reviews.llvm.org/D155258
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__math/abs.h
libcxx/include/__math/copysign.h
libcxx/include/__math/error_functions.h
libcxx/include/__math/exponential_functions.h
libcxx/include/__math/fdim.h
libcxx/include/__math/fma.h
libcxx/include/__math/gamma.h
libcxx/include/__math/hyperbolic_functions.h
libcxx/include/__math/hypot.h
libcxx/include/__math/inverse_hyperbolic_functions.h
libcxx/include/__math/inverse_trigonometric_functions.h
libcxx/include/__math/logarithms.h
libcxx/include/__math/min_max.h
libcxx/include/__math/remainder.h
libcxx/include/__math/roots.h
libcxx/include/__math/rounding_functions.h
libcxx/include/__math/traits.h
libcxx/include/__math/trigonometric_functions.h
libcxx/include/libcxx.imp
libcxx/include/math.h
libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
libcxx/utils/data/ignore_format.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155258.540445.patch
Type: text/x-patch
Size: 110323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230714/e08b7f6e/attachment-0001.bin>
More information about the libcxx-commits
mailing list