llvm/llvm-project
Vedi su GitHub[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression
Open
#154.747 aperta il 21 ago 2025
clang:bytecodeclang:frontendconstexprgood first issue
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
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.