[libc-commits] [PATCH] D91831: [libc] Add implementation of hypot.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Nov 19 17:02:27 PST 2020
lntue created this revision.
lntue added a reviewer: sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.
Refactor src/math/hypotf.cpp and test/src/math/hypotf_test.cpp and reuse them for hypot and hypot_test
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91831
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/hypot.cpp
libc/src/math/hypot.h
libc/src/math/hypotf.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/HypotTest.h
libc/test/src/math/hypot_test.cpp
libc/test/src/math/hypotf_test.cpp
libc/utils/FPUtil/Hypot.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91831.306559.patch
Type: text/x-patch
Size: 24341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201120/c2223ead/attachment-0001.bin>
More information about the libc-commits
mailing list