[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
Fri Dec 11 11:12:57 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7aeb3804c46c: [libc] Add implementations of lround[f|l] and llround[f|l]. (authored by sivachandra).
Changed prior to commit:
https://reviews.llvm.org/D93007?vs=311029&id=311279#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93007/new/
https://reviews.llvm.org/D93007
Files:
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.311279.patch
Type: text/x-patch
Size: 32354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201211/3e3f1ae8/attachment-0001.bin>
More information about the libc-commits
mailing list