[libc-commits] [libc] [libc][math][c++23] Add bf16mul{, f, l, f128} math functions (PR #152847)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 9 05:07:17 PDT 2025
================
@@ -780,6 +780,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# math.h C++23 mixed bfloat16 and _Float128 entrypoints
libc.src.math.bf16addf128
+ libc.src.math.bf16mulf128
----------------
overmighty wrote:
Missing non-`f128` entry points.
https://github.com/llvm/llvm-project/pull/152847
More information about the libc-commits
mailing list