zig/lib/libcxx/include/__math
Alex Rønne Petersen 156ab87500
libcxx: Update to Clang 20.
See:

* https://discourse.llvm.org/t/rfc-freezing-c-03-headers-in-libc/77319
* https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701

We're dropping support for C++03 for Zig due to the first change; it would be
insane to ship 1018 duplicate header files just for this outdated use case.

As a result of the second change, I had to bring in a subset of the headers from
llvm-libc since libc++ now depends on these. Hopefully we can continue to get
away with not copying the entirety of llvm-libc.
2025-04-04 06:08:09 +02:00
..
abs.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
copysign.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
error_functions.h
exponential_functions.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
fdim.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
fma.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
gamma.h
hyperbolic_functions.h
hypot.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
inverse_hyperbolic_functions.h
inverse_trigonometric_functions.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
logarithms.h
min_max.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
modulo.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
remainder.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
roots.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
rounding_functions.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
special_functions.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
traits.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
trigonometric_functions.h