[all-commits] [llvm/llvm-project] 0524da: [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Dec 15 23:54:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0524da67b448dcce6569fae0f54c10f208c2dc56
https://github.com/llvm/llvm-project/commit/0524da67b448dcce6569fae0f54c10f208c2dc56
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M libc/test/src/math/LdExpTest.h
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][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.
More information about the All-commits
mailing list