llvm/llvm-project
[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression
オープン
#154,747 opened on 2025/08/21
clang:bytecodeclang:frontendconstexprgood first issue
Repository metrics
- Stars
- (26,378 個のスター)
- PR merge metrics
- (平均マージ 1d 2h) (30d で 1,000 merged PRs)
説明
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.