[llvm-bugs] [Bug 37848] sinh vs asinh vs constexpr

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 19 08:10:51 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37848

Erich Keane <erich.keane at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erich.keane at intel.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Erich Keane <erich.keane at intel.com> ---
This isn't a bug, this is a feature request.  Clang doesn't currently implement
the cmath function builtins as constexpr, as it is not required.

Note that making std::asinh constexpr is prohibited by the C++ standard, so the
motivation for making these builtins constexpr is lacking.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180619/1bca6990/attachment.html>


More information about the llvm-bugs mailing list