[libc-commits] [PATCH] D118433: [libc] Refactor sqrt implementations and add tests for generic sqrt implementations.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jan 27 22:25:42 PST 2022
lntue created this revision.
lntue added reviewers: sivachandra, michaelrj.
Herald added subscribers: ecnelises, tschuett, kristof.beyls, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.
Re-apply https://reviews.llvm.org/D118173 with fix for aarch64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118433
Files:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/Sqrt.h
libc/src/__support/FPUtil/aarch64/sqrt.h
libc/src/__support/FPUtil/generic/CMakeLists.txt
libc/src/__support/FPUtil/generic/sqrt.h
libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
libc/src/__support/FPUtil/sqrt.h
libc/src/__support/FPUtil/x86_64/SqrtLongDouble.h
libc/src/__support/FPUtil/x86_64/sqrt.h
libc/src/math/aarch64/CMakeLists.txt
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/sqrt.cpp
libc/src/math/generic/sqrtf.cpp
libc/src/math/generic/sqrtl.cpp
libc/src/math/x86_64/CMakeLists.txt
libc/src/math/x86_64/sqrt.cpp
libc/src/math/x86_64/sqrtf.cpp
libc/src/math/x86_64/sqrtl.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/generic_sqrt_test.cpp
libc/test/src/math/generic_sqrtf_test.cpp
libc/test/src/math/generic_sqrtl_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118433.403889.patch
Type: text/x-patch
Size: 34560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220128/cf989eac/attachment-0001.bin>
More information about the libc-commits
mailing list