[libc-commits] [PATCH] D91591: [libc] Add implementations of ldexp[f|l].

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 17 15:05:01 PST 2020


sivachandra updated this revision to Diff 305910.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91591

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/ldexp.cpp
  libc/src/math/ldexp.h
  libc/src/math/ldexpf.cpp
  libc/src/math/ldexpf.h
  libc/src/math/ldexpl.cpp
  libc/src/math/ldexpl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/LdExpTest.h
  libc/test/src/math/ldexp_test.cpp
  libc/test/src/math/ldexpf_test.cpp
  libc/test/src/math/ldexpl_test.cpp
  libc/utils/FPUtil/ManipulationFunctions.h
  libc/utils/FPUtil/NormalFloat.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91591.305910.patch
Type: text/x-patch
Size: 22223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201117/167f685c/attachment-0001.bin>


More information about the libc-commits mailing list