llvm/llvm-project

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

開放

#154,747 建立於 2025年8月21日

 (8 則留言) (0 個反應) (1 位負責人)C++ (10,782 個分叉)batch import
clang:bytecodeclang:frontendconstexprgood first issue

倉庫指標

星標
 (26,378 顆星)
PR 合併指標
 (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.

貢獻者指南