llvm/llvm-project

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

Open

#154.747 aberto em 21 de ago. de 2025

Ver no GitHub
 (8 comments) (0 reactions) (1 assignee)C++ (10.782 forks)batch import
clang:bytecodeclang:frontendconstexprgood first issue

Métricas do repositório

Stars
 (26.378 stars)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

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.

Guia do colaborador