[libcxx-commits] [PATCH] D61014: Implement std::midpoint for floating point types

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 23 06:48:49 PDT 2019


mclow.lists created this revision.
mclow.lists added reviewers: ldionne, EricWF, zoecarver.
Herald added subscribers: dexonsmith, christof.

finish up the implementation of `std::midpoint` - add the floating point implementation.
Add a new header file in test/support for doing FP testing.

Set the feature test macros; even though we don't do `lerp` yet - that's coming next.


https://reviews.llvm.org/D61014

Files:
  libcxx/include/numeric
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/numeric.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61014.196240.patch
Type: text/x-patch
Size: 4468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190423/3f9a95a8/attachment.bin>


More information about the libcxx-commits mailing list