llvm/llvm-project
[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression
开放
#154,747 创建于 2025年8月21日
clang:bytecodeclang:frontendconstexprgood first issue
仓库指标
- 星标
- (26,378 个星标)
- 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.