[libc-commits] [PATCH] D93889: [libc] Add implementations of rounding functions which depend rounding mode.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Dec 29 22:26:09 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGff6fd3855244: [libc] Add implementations of rounding functions which depend rounding mode. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93889

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/llrint.cpp
  libc/src/math/llrint.h
  libc/src/math/llrintf.cpp
  libc/src/math/llrintf.h
  libc/src/math/llrintl.cpp
  libc/src/math/llrintl.h
  libc/src/math/lrint.cpp
  libc/src/math/lrint.h
  libc/src/math/lrintf.cpp
  libc/src/math/lrintf.h
  libc/src/math/lrintl.cpp
  libc/src/math/lrintl.h
  libc/src/math/rint.cpp
  libc/src/math/rint.h
  libc/src/math/rintf.cpp
  libc/src/math/rintf.h
  libc/src/math/rintl.cpp
  libc/src/math/rintl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/RIntTest.h
  libc/test/src/math/RoundToIntegerTest.h
  libc/test/src/math/llrint_test.cpp
  libc/test/src/math/llrintf_test.cpp
  libc/test/src/math/llrintl_test.cpp
  libc/test/src/math/lrint_test.cpp
  libc/test/src/math/lrintf_test.cpp
  libc/test/src/math/lrintl_test.cpp
  libc/test/src/math/rint_test.cpp
  libc/test/src/math/rintf_test.cpp
  libc/test/src/math/rintl_test.cpp
  libc/utils/FPUtil/NearestIntegerOperations.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93889.314068.patch
Type: text/x-patch
Size: 49506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201230/e1bc7015/attachment-0001.bin>


More information about the libc-commits mailing list