[all-commits] [llvm/llvm-project] 9f69d3: [libc][NFC][Obvious] Convert the MPFR operations e...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue May 26 22:41:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9f69d3d0bc65ff50b1dc3ab0a6a08ddc32b190a6
https://github.com/llvm/llvm-project/commit/9f69d3d0bc65ff50b1dc3ab0a6a08ddc32b190a6
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-05-26 (Tue, 26 May 2020)
Changed paths:
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/fabs_test.cpp
M libc/test/src/math/fabsf_test.cpp
M libc/test/src/math/sincosf_test.cpp
M libc/test/src/math/sinf_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.
This was suggested in https://reviews.llvm.org/D79149.
More information about the All-commits
mailing list