[libc-commits] [PATCH] D84726: [libc] Add implementations for sqrt, sqrtf, and sqrtl.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jul 28 14:04:45 PDT 2020
lntue created this revision.
lntue added a reviewer: sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
Harbormaster failed remote builds in B65958: Diff 281115!
Harbormaster returned this revision to the author for changes because remote builds failed.
lntue updated this revision to Diff 281356.
lntue added a comment.
lntue requested review of this revision.
[libc] Add implementations for sqrt, sqrtf, and sqrtl.
[libc] Add implementations for sqrt, sqrtf, and sqrtl.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84726
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/sqrt.cpp
libc/src/math/sqrt.h
libc/src/math/sqrtf.cpp
libc/src/math/sqrtf.h
libc/src/math/sqrtl.cpp
libc/src/math/sqrtl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/sqrt_test.cpp
libc/test/src/math/sqrtf_test.cpp
libc/test/src/math/sqrtl_test.cpp
libc/utils/FPUtil/Sqrt.h
libc/utils/FPUtil/SqrtLongDoubleX86.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84726.281356.patch
Type: text/x-patch
Size: 26463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200728/089edb4d/attachment-0001.bin>
More information about the libc-commits
mailing list