[libc-commits] [PATCH] D118173: [libc] Refactor sqrt implementations and add tests for generic sqrt implementations.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 27 08:55:14 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG21c4c82c2026: [libc] Refactor sqrt implementations and add tests for generic sqrt… (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118173

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/Sqrt.h
  libc/src/__support/FPUtil/aarch64/sqrt.h
  libc/src/__support/FPUtil/generic/CMakeLists.txt
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
  libc/src/__support/FPUtil/sqrt.h
  libc/src/__support/FPUtil/x86_64/SqrtLongDouble.h
  libc/src/__support/FPUtil/x86_64/sqrt.h
  libc/src/math/aarch64/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/sqrt.cpp
  libc/src/math/generic/sqrtf.cpp
  libc/src/math/generic/sqrtl.cpp
  libc/src/math/x86_64/CMakeLists.txt
  libc/src/math/x86_64/sqrt.cpp
  libc/src/math/x86_64/sqrtf.cpp
  libc/src/math/x86_64/sqrtl.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/generic_sqrt_test.cpp
  libc/test/src/math/generic_sqrtf_test.cpp
  libc/test/src/math/generic_sqrtl_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118173.403684.patch
Type: text/x-patch
Size: 34270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220127/d5a11d49/attachment-0001.bin>


More information about the libc-commits mailing list