llvm/llvm-project

[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression

Open

#154,747 创建于 2025年8月21日

在 GitHub 查看
 (8 评论) (0 反应) (1 负责人)C++ (10,782 fork)batch import
clang:bytecodeclang:frontendconstexprgood first issue

仓库指标

Star
 (26,378 star)
PR 合并指标
 (平均合并 1天 2小时) (30 天内合并 1,000 个 PR)

描述

Building on #152455 - now that __builtin_elementwise_fma can be used with constexpr, the scalar __builtin_fma/fmaf/fmal/f16/f128 entries should be able to use the same codepaths.

贡献者指南