[all-commits] [llvm/llvm-project] 7aeb38: [libc] Add implementations of lround[f|l] and llro...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Dec 11 11:17:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7aeb3804c46cc6c8f291415ca09ae34021301eb8
https://github.com/llvm/llvm-project/commit/7aeb3804c46cc6c8f291415ca09ae34021301eb8
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/spec.td
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/llround.cpp
A libc/src/math/llround.h
A libc/src/math/llroundf.cpp
A libc/src/math/llroundf.h
A libc/src/math/llroundl.cpp
A libc/src/math/llroundl.h
A libc/src/math/lround.cpp
A libc/src/math/lround.h
A libc/src/math/lroundf.cpp
A libc/src/math/lroundf.h
A libc/src/math/lroundl.cpp
A libc/src/math/lroundl.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/RoundToIntegerTest.h
A libc/test/src/math/llround_test.cpp
A libc/test/src/math/llroundf_test.cpp
A libc/test/src/math/llroundl_test.cpp
A libc/test/src/math/lround_test.cpp
A libc/test/src/math/lroundf_test.cpp
A libc/test/src/math/lroundl_test.cpp
M libc/utils/FPUtil/CMakeLists.txt
M libc/utils/FPUtil/NearestIntegerOperations.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc] Add implementations of lround[f|l] and llround[f|l].
A new function to MPFRWrapper has been added, which is used to set up
the unit tests.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D93007
More information about the All-commits
mailing list