llvm/llvm-project
在 GitHub 查看[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression
Open
#154,747 创建于 2025年8月21日
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.