[libcxx-commits] [PATCH] D116338: Set std::numeric_limits<>::tinyness_before to true for floating point types on ARM platforms.
David Majnemer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 23:47:55 PST 2022
majnemer added a comment.
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.
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