Namely, implementations for rint, rintf, rintl, lrint, lrintf, lrintl,
llrint, llrintf and llrintl have been added.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93889
[libc] Add implementations of rounding functions which depend rounding mode. ClosedPublic Authored by sivachandra on Dec 29 2020, 12:28 AM.
Details Summary Namely, implementations for rint, rintf, rintl, lrint, lrintf, lrintl,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 29 2020, 9:37 AM This revision was landed with ongoing or failed builds.Dec 29 2020, 10:22 PM Closed by commit rGff6fd3855244: [libc] Add implementations of rounding functions which depend rounding mode. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313942 libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/llrint.h
libc/src/math/llrint.cpp
libc/src/math/llrintf.h
libc/src/math/llrintf.cpp
libc/src/math/llrintl.h
libc/src/math/llrintl.cpp
libc/src/math/lrint.h
libc/src/math/lrint.cpp
libc/src/math/lrintf.h
libc/src/math/lrintf.cpp
libc/src/math/lrintl.h
libc/src/math/lrintl.cpp
libc/src/math/rint.h
libc/src/math/rint.cpp
libc/src/math/rintf.h
libc/src/math/rintf.cpp
libc/src/math/rintl.h
libc/src/math/rintl.cpp
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.h
libc/utils/MPFRWrapper/MPFRUtils.cpp
|
clang-tidy: warning: invalid case style for parameter 'x' [readability-identifier-naming]
not useful