[all-commits] [llvm/llvm-project] 1caedd: [libc] Add implementations of ceil[f], floor[f] an...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jun 1 08:37:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1caedd0c550646557d8d2feb97b3cbba8c48b2d7
https://github.com/llvm/llvm-project/commit/1caedd0c550646557d8d2feb97b3cbba8c48b2d7
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M libc/lib/CMakeLists.txt
M libc/src/math/CMakeLists.txt
A libc/src/math/ceil.cpp
A libc/src/math/ceil.h
A libc/src/math/ceilf.cpp
A libc/src/math/ceilf.h
A libc/src/math/floor.cpp
A libc/src/math/floor.h
A libc/src/math/floorf.cpp
A libc/src/math/floorf.h
A libc/src/math/trunc.cpp
A libc/src/math/trunc.h
A libc/src/math/truncf.cpp
A libc/src/math/truncf.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/ceil_test.cpp
A libc/test/src/math/ceilf_test.cpp
A libc/test/src/math/floor_test.cpp
A libc/test/src/math/floorf_test.cpp
A libc/test/src/math/trunc_test.cpp
A libc/test/src/math/truncf_test.cpp
M libc/utils/FPUtil/FloatOperations.h
M libc/utils/FPUtil/FloatProperties.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.
Reviewers: abrachet
Differential Revision: https://reviews.llvm.org/D80612
More information about the All-commits
mailing list