[libc-commits] [PATCH] D93007: [libc] Add implementations of lround[f|l] and llround[f|l].

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 10 00:18:23 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.

A new function to MPFRWrapper has been added, which is used to set up
the unit tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93007

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/llround.cpp
  libc/src/math/llround.h
  libc/src/math/llroundf.cpp
  libc/src/math/llroundf.h
  libc/src/math/llroundl.cpp
  libc/src/math/llroundl.h
  libc/src/math/lround.cpp
  libc/src/math/lround.h
  libc/src/math/lroundf.cpp
  libc/src/math/lroundf.h
  libc/src/math/lroundl.cpp
  libc/src/math/lroundl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/RoundToIntegerTest.h
  libc/test/src/math/llround_test.cpp
  libc/test/src/math/llroundf_test.cpp
  libc/test/src/math/llroundl_test.cpp
  libc/test/src/math/lround_test.cpp
  libc/test/src/math/lroundf_test.cpp
  libc/test/src/math/lroundl_test.cpp
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/NearestIntegerOperations.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93007.310780.patch
Type: text/x-patch
Size: 30583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201210/e7447c8f/attachment-0001.bin>


More information about the libc-commits mailing list