llvm/libcxx
Ilya Tokar c81d52997a [libc++] Use builtins in more math.h functions.
Not using builtins doesn't always imply worse code,
but for e. g. isinf, this is 30%+ faster.

Before:
name        time/op
BM_isinf     2.14ns ± 2%

After:
name        time/op
BM_isinf     1.33ns ± 2%

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D88854
2021-02-10 15:17:42 -05:00
..
benchmarks Revert "[libc++] Require C++20 to build the benchmarks." 2021-02-09 19:59:34 +01:00
cmake [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
docs [libc++] [LWG2993] reference_wrapper<T> conversion from U&& 2021-02-09 15:50:25 -05:00
include [libc++] Use builtins in more math.h functions. 2021-02-10 15:17:42 -05:00
lib [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
src [libc++] Remove C++11 work-arounds in src. 2021-02-09 18:31:00 +01:00
test [libcxx] adds concepts std::invocable and std::regular_invocable 2021-02-10 19:35:53 +00:00
utils [libc++] Add a wait step in the BuildKite pipeline to shield macOS builders 2021-02-08 10:14:16 -05:00
www [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
.clang-format
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt Bump the trunk major version to 13 2021-01-26 19:37:55 -08:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT