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

Owen Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 12 09:41:48 PST 2022


resistor added a comment.

In D116338#3236613 <https://reviews.llvm.org/D116338#3236613>, @majnemer wrote:

> Do we also need to test for `__aarch64__`? https://developer.arm.com/documentation/dui0774/g/chr1383660321827 says that `__arm__` is only defined for 32-bit targets.

Good catch, thanks.


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