[libc-commits] [libc] [llvm] [libc][math] Impl bfloat16 lgamma function. (PR #199312)

via libc-commits libc-commits at lists.llvm.org
Mon May 25 01:36:42 PDT 2026


================
@@ -4869,6 +4869,18 @@ add_entrypoint_object(
     libc.src.__support.math.bf16fmal
 )
 
+
+add_entrypoint_object(
----------------
Sukumarsawant wrote:

```suggestion
)

add_entrypoint_object(
```
Nit.
Might have been confusing from the previous comment. You just need a blank line ,

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


More information about the libc-commits mailing list