[all-commits] [llvm/llvm-project] 01b99c: [libc][obvious] Switch nearest integer function te...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Aug 11 23:34:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01b99c6e1d96467ab1b78a5beebc20eb7f04ab96
https://github.com/llvm/llvm-project/commit/01b99c6e1d96467ab1b78a5beebc20eb7f04ab96
Author: Siva Chandra <sivachandra at google.com>
Date: 2020-08-11 (Tue, 11 Aug 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/floor_test.cpp
M libc/test/src/math/floorf_test.cpp
M libc/test/src/math/floorl_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/trunc_test.cpp
M libc/test/src/math/truncf_test.cpp
M libc/test/src/math/truncl_test.cpp
Log Message:
-----------
[libc][obvious] Switch nearest integer function tests to the new matchers.
More information about the All-commits
mailing list