| Age | Commit message (Collapse) | Author |
|
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
|
|
implementations.
Re-apply https://reviews.llvm.org/D118173 with fix for aarch64.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D118433
|
|
implementations."
This reverts commit 21c4c82c2026bac1f53be54923c0663d41d0a0aa.
|
|
implementations.
Refactor sqrt implementations:
- Move architecture specific instructions from `src/math/<arch>` to `src/__support/FPUtil/<arch>` folder.
- Move generic implementation of `sqrt` to `src/__support/FPUtil/generic` folder and add it as a header library.
- Use `src/__support/FPUtil/sqrt.h` for architecture/generic selections.
- Add unit tests for generic implementation of `sqrt`.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D118173
|