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

Kiriti Ponduri via libc-commits libc-commits at lists.llvm.org
Sat May 23 05:04:18 PDT 2026


udaykiriti wrote:

> * Missed adding Windows entrypoint
> * bazel files missing while making it header-only
> * bfloat16 is not platform dependent so you probably don't have to use separate cases to check support in the math part
> 
> rest you can address the comments
> 
> cc: @lntue for math part confirmation.

__builtin_lgammaf is  not supported on MSVC...soo

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


More information about the libc-commits mailing list