Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
numerics
/
c.math
2a58b11
Fix FP comparisons when SSE isn't available
by Eric Fiselier
· 7 years ago
c4f593b
Fix return type of isinf(double) and isnan(double) where possible.
by Richard Smith
· 7 years ago
346bd6a
Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable
by Benjamin Kramer
· 8 years ago
42f8eee
cmath: Skip Libc for integral types in isinf, etc.
by Duncan P. N. Exon Smith
· 8 years ago
4dc0ed8
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
by Stephan T. Lavavej
· 9 years ago
f03ffb2
Remove all _LIBCPP_VERSION tests from under test/std
by Eric Fiselier
· 9 years ago
f2f2a63
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
d04c685
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
589308a
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
by Eric Fiselier
· 9 years ago
4328c2b
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
by Marshall Clow
· 9 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago