[libc-commits] [PATCH] D90806: [libc] Add implementations of ilogb[f|l].

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Nov 5 16:28:07 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG930cf1cb9fdb: [libc] Add implementations of ilogb[f|l]. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90806

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/ilogb.cpp
  libc/src/math/ilogb.h
  libc/src/math/ilogbf.cpp
  libc/src/math/ilogbf.h
  libc/src/math/ilogbl.cpp
  libc/src/math/ilogbl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/ILogbTest.h
  libc/test/src/math/ilogb_test.cpp
  libc/test/src/math/ilogbf_test.cpp
  libc/test/src/math/ilogbl_test.cpp
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/ManipulationFunctions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90806.303296.patch
Type: text/x-patch
Size: 18172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201106/d394c224/attachment-0001.bin>


More information about the libc-commits mailing list