[libcxx-commits] [PATCH] D136868: [libc++][math.h] Remove unnecessary uses of __promote

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 28 10:57:36 PDT 2022


EricWF added a comment.

What happens here with __fp16 or other extended floating point types.
Users have been known to specialize is_floating_point to make these things work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136868



More information about the libcxx-commits mailing list