[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
Tue Jan 25 12:12:52 PST 2022


lntue created this revision.
lntue added reviewers: sivachandra, michaelrj.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.

Refactor sqrt implementations.


Repository:
  rG LLVM Github Monorepo

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118173.402995.patch
Type: text/x-patch
Size: 32105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220125/597fcef6/attachment-0001.bin>


More information about the libc-commits mailing list