[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
       
    Wed Jan 26 19:40:24 PST 2022
    
    
  
lntue updated this revision to Diff 403473.
lntue added a comment.
Add Bazel overlay.
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.403473.patch
Type: text/x-patch
Size: 34270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220127/2f86b30c/attachment-0001.bin>
    
    
More information about the libc-commits
mailing list