[libc-commits] [PATCH] D118173: [libc] Refactor sqrt implementations and add tests for generic sqrt implementations.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 25 17:40:58 PST 2022
lntue updated this revision to Diff 403089.
lntue added a comment.
Add missing extra lines at the end of files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118173/new/
https://reviews.llvm.org/D118173
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118173.403089.patch
Type: text/x-patch
Size: 32049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220126/d791e542/attachment-0001.bin>
More information about the libc-commits
mailing list