[all-commits] [llvm/llvm-project] 4a39a3: [libc] Add implementation of fabs and fabsf.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri May 15 11:20:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a39a33d44f2f95dd95af9d8c1d95f21a65394f6
https://github.com/llvm/llvm-project/commit/4a39a33d44f2f95dd95af9d8c1d95f21a65394f6
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M libc/config/linux/api.td
M libc/lib/CMakeLists.txt
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/fabs.cpp
A libc/src/math/fabs.h
A libc/src/math/fabsf.cpp
A libc/src/math/fabsf.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/fabs_test.cpp
A libc/test/src/math/fabsf_test.cpp
M libc/utils/FPUtil/FloatOperations.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc] Add implementation of fabs and fabsf.
Reviewers: phosek
Differential Revision: https://reviews.llvm.org/D79725
More information about the All-commits
mailing list