[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 Dec 29 10:25:40 PST 2021


resistor updated this revision to Diff 396551.
resistor added a comment.

Fix oversight where std::nextafter was always specialized on double rather than the type under test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116338/new/

https://reviews.llvm.org/D116338

Files:
  libcxx/include/limits
  libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116338.396551.patch
Type: text/x-patch
Size: 3452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211229/8cf3d0e5/attachment.bin>


More information about the libcxx-commits mailing list