[libcxx-commits] [PATCH] D116338: Set std::numeric_limits<>::tinyness_before to true for floating point types on ARM platforms.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 3 06:44:26 PST 2022


ldionne added a comment.

In D116338#3212925 <https://reviews.llvm.org/D116338#3212925>, @resistor wrote:

> Remove the platform verification test. Unfortunately, getting this to work consistently
> across different compilers isn't really tractable given the state of strict floating point
> support in various compilers/versions.

Which ones were not working? It might be reasonable to XFAIL that part of the test for non mainstream compilers? Technically we only support recent Clangs and GCCs, which I would assume should handle this properly.


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