[libcxx-commits] [clang] [libcxx] [Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression (PR #158048)
Hubert Tong via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 19 13:13:41 PDT 2025
hubert-reinterpretcast wrote:
> `__builtin_fma` is not a standard library call, nor is it a function call.
Yes, but the PR clearly affected non-`__builtin-`-prefixed calls. See https://github.com/llvm/llvm-project/pull/158048#pullrequestreview-3236886909.
https://github.com/llvm/llvm-project/pull/158048
More information about the libcxx-commits
mailing list