[all-commits] [llvm/llvm-project] 50c2f2: [libc][NFC][Obvious] Use the new macro to declare ...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Nov 3 15:45:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 50c2f2b6f0ccb5bb72896dc14ed8e8c89fa7a0c7
https://github.com/llvm/llvm-project/commit/50c2f2b6f0ccb5bb72896dc14ed8e8c89fa7a0c7
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M libc/test/src/math/ceil_test.cpp
M libc/test/src/math/ceilf_test.cpp
M libc/test/src/math/ceill_test.cpp
M libc/test/src/math/copysign_test.cpp
M libc/test/src/math/copysignf_test.cpp
M libc/test/src/math/copysignl_test.cpp
M libc/test/src/math/fabs_test.cpp
M libc/test/src/math/fabsf_test.cpp
M libc/test/src/math/fabsl_test.cpp
M libc/test/src/math/floor_test.cpp
M libc/test/src/math/floorf_test.cpp
M libc/test/src/math/floorl_test.cpp
M libc/test/src/math/fmax_test.cpp
M libc/test/src/math/fmaxf_test.cpp
M libc/test/src/math/fmaxl_test.cpp
M libc/test/src/math/fmin_test.cpp
M libc/test/src/math/fminf_test.cpp
M libc/test/src/math/fminl_test.cpp
M libc/test/src/math/hypotf_test.cpp
M libc/test/src/math/round_test.cpp
M libc/test/src/math/roundf_test.cpp
M libc/test/src/math/roundl_test.cpp
M libc/test/src/math/sqrt_test.cpp
M libc/test/src/math/sqrtf_test.cpp
M libc/test/src/math/sqrtl_test.cpp
M libc/test/src/math/trunc_test.cpp
M libc/test/src/math/truncf_test.cpp
M libc/test/src/math/truncl_test.cpp
Log Message:
-----------
[libc][NFC][Obvious] Use the new macro to declare special constants in tests.
More information about the All-commits
mailing list