[clang] [clang] constexpr built-in fma function. (PR #113020)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 04:26:09 PDT 2024


c8ef wrote:

Actually, my reason for this patch is not necessarily related to libc++, but more about #51787. This issue requires the implementation of constexpr vector builtins. After some attempts, I found that some scalar versions of them cannot be used in a constexpr context. Therefore, I decided to implement those first.

Regarding the patch itself, is it good to go or does it need further revision? @philnik777 

https://github.com/llvm/llvm-project/pull/113020


More information about the cfe-commits mailing list