| Age | Commit message (Collapse) | Author |
|
src/__support/math folder. (#147428)
Part of #147386
in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
|
|
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811)
|
|
Fixes build and tests with compiler-rt on x86.
|
|
Part of #95250.
|
|
Also updates and sorts CMake target dependencies, and corrects the smoke
test that expected expf16(sNaN) to return sNaN instead of aNaN, although
the test still passed, as FPMatcher only checks whether both sides are
NaN, not whether they're the same NaN value.
|
|
Part of #95250.
|