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.