llvm/llvm-project

[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression

Ouverte

#154 747 ouverte le 21 août 2025

 (8 commentaires) (0 réaction) (1 personne assignée)C++ (10 782 forks)batch import
clang:bytecodeclang:frontendconstexprgood first issue

Métriques du dépôt

Stars
 (26 378 étoiles)
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.

Guide contributeur