[libc-commits] [PATCH] D91831: [libc] Add implementation of hypot.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 3 08:04:56 PST 2020


lntue updated this revision to Diff 309264.
lntue added a comment.

Change UInt_t to UIntType.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91831/new/

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.309264.patch
Type: text/x-patch
Size: 24425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201203/24f8f761/attachment-0001.bin>


More information about the libc-commits mailing list