llvm/llvm-project
Voir sur GitHub[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression
Open
#154 747 ouverte le 21 août 2025
clang:bytecodeclang:frontendconstexprgood first issue
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
Description
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.