[libc-commits] [libc] [llvm] [libc][math][c++23] Add log10bf16 math function (PR #177269)

via libc-commits libc-commits at lists.llvm.org
Thu Aug 13 23:21:25 PDT 2026


================

----------------
Sukumarsawant wrote:

Missing 
```CPP
libc_math_function(
    name = "log10bf16",
    additional_deps = [
        ":__support_math_log10bf16",
    ],
)
```

https://github.com/llvm/llvm-project/pull/177269


More information about the libc-commits mailing list