[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
Wed Aug 26 06:46:56 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5078825aa982: [libc] Add implementations for sqrt, sqrtf, and sqrtl. (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

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.287962.patch
Type: text/x-patch
Size: 26730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200826/5ff32d02/attachment-0001.bin>


More information about the libc-commits mailing list