[all-commits] [llvm/llvm-project] 6fb7f3: [lib][NFC] Split the floating point util functions...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jun 15 23:14:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fb7f3a3cf69e322b6792a7059c198c9cf4802ac
https://github.com/llvm/llvm-project/commit/6fb7f3a3cf69e322b6792a7059c198c9cf4802ac
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M libc/src/math/ceil.cpp
M libc/src/math/ceilf.cpp
M libc/src/math/fabs.cpp
M libc/src/math/fabsf.cpp
M libc/src/math/floor.cpp
M libc/src/math/floorf.cpp
M libc/src/math/round.cpp
M libc/src/math/roundf.cpp
M libc/src/math/trunc.cpp
M libc/src/math/truncf.cpp
M libc/test/src/math/cosf_test.cpp
M libc/test/src/math/exp2f_test.cpp
M libc/test/src/math/expf_test.cpp
M libc/test/src/math/frexp_test.cpp
M libc/test/src/math/frexpf_test.cpp
M libc/test/src/math/modf_test.cpp
M libc/test/src/math/modff_test.cpp
M libc/test/src/math/sincosf_test.cpp
M libc/test/src/math/sinf_test.cpp
A libc/utils/FPUtil/BasicOperations.h
A libc/utils/FPUtil/ClassificationFunctions.h
M libc/utils/FPUtil/FloatOperations.h
M libc/utils/FPUtil/ManipulationFunctions.h
A libc/utils/FPUtil/NearestIntegerOperations.h
Log Message:
-----------
[lib][NFC] Split the floating point util functions into multiple files.
The grouping now reflects the grouping on cppreference.com.
More information about the All-commits
mailing list