[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 27 May 2020 05:22:09 +0000 (22:22 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 27 May 2020 05:26:41 +0000 (22:26 -0700)
commit9f69d3d0bc65ff50b1dc3ab0a6a08ddc32b190a6
treee9c92cadf57ce54c25039f4d0bfc75c8b9f35511
parent0ed2d4c7cba8fb15e51d0f6f4e9011027c17085c
[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.

This was suggested in https://reviews.llvm.org/D79149.
libc/test/src/math/cosf_test.cpp
libc/test/src/math/exp2f_test.cpp
libc/test/src/math/expf_test.cpp
libc/test/src/math/fabs_test.cpp
libc/test/src/math/fabsf_test.cpp
libc/test/src/math/sincosf_test.cpp
libc/test/src/math/sinf_test.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h