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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 4 16:09:41 PST 2020


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

Repository:
  rG LLVM Github Monorepo

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.302988.patch
Type: text/x-patch
Size: 17654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201105/bbed8990/attachment.bin>


More information about the libc-commits mailing list