[libcxx-commits] [PATCH] D116338: Set std::numeric_limits<>::tinyness_before to true for floating point types on ARM platforms.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 28 12:15:07 PST 2021
Quuxplusone added a comment.
This will require at least one change to `libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp`.
Is there any way for us to actually test that `tinyness_before` is set to the //correct// value for the platform's behavior? e.g. by somehow taking and modifying the sample code from cppreference? https://en.cppreference.com/w/cpp/types/numeric_limits/tinyness_before#Example
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116338/new/
https://reviews.llvm.org/D116338
More information about the libcxx-commits
mailing list