[libc-commits] [PATCH] D87516: [libc] Add implementation for hypotf

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Sep 11 07:49:10 PDT 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.

Truncating the sum of squares, and then use shift-and-add algorithm to compute its square root.
Required MPFR testing infra is updated in https://reviews.llvm.org/D87514


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87516

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/hypotf.cpp
  libc/src/math/hypotf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/hypotf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87516.291218.patch
Type: text/x-patch
Size: 13695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200911/c62418e2/attachment-0001.bin>


More information about the libc-commits mailing list