[all-commits] [llvm/llvm-project] 32a22a: [libc] Consolidate floating point utils into a sin...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri May 15 11:09:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32a22a423c71c8dc479cdbd5d6de98772431b10d
https://github.com/llvm/llvm-project/commit/32a22a423c71c8dc479cdbd5d6de98772431b10d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/cosf_test.cpp
R libc/test/src/math/float.h
M libc/test/src/math/sdcomp26094.h
M libc/test/src/math/sincosf_test.cpp
M libc/test/src/math/sinf_test.cpp
M libc/utils/CMakeLists.txt
A libc/utils/FPUtil/BitPatterns.h
A libc/utils/FPUtil/CMakeLists.txt
A libc/utils/FPUtil/FloatOperations.h
A libc/utils/FPUtil/FloatProperties.h
M libc/utils/MPFRWrapper/CMakeLists.txt
M libc/utils/MPFRWrapper/MPFRUtils.cpp
Log Message:
-----------
[libc] Consolidate floating point utils into a single utils library.
A new utils library named 'fputil' is added. This library is used in
math tests and the MPFR wrapper. The math implementations will be
modified to use this library in a later round.
Reviewers: phosek
Differential Revision: https://reviews.llvm.org/D79724
More information about the All-commits
mailing list