[libc-commits] [PATCH] D79725: [libc] Add implementation of fabs and fabsf.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 11 09:39:58 PDT 2020


sivachandra created this revision.
sivachandra added reviewers: phosek, abrachet.
Herald added subscribers: libc-commits, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra edited the summary of this revision.
sivachandra added a parent revision: D79724: [libc] Consolidate floating point utils into a single utils library..

Depends on D79724 <https://reviews.llvm.org/D79724>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79725

Files:
  libc/config/linux/api.td
  libc/lib/CMakeLists.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/fabs.cpp
  libc/src/math/fabs.h
  libc/src/math/fabsf.cpp
  libc/src/math/fabsf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/fabs_test.cpp
  libc/test/src/math/fabsf_test.cpp
  libc/utils/FPUtil/FloatOperations.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79725.263194.patch
Type: text/x-patch
Size: 12128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200511/157ca755/attachment-0001.bin>


More information about the libc-commits mailing list