[libc-commits] [libc] [libc][math] Fixed Hypotbf16 build failure. (PR #186415)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Fri Mar 13 08:59:55 PDT 2026


vhscampos wrote:

I believe the issue isn't that integer promotion was happening, because in fact it still is. The compiler was complaining about the narrowing from int to unsigned short without a static_cast. The code is right, just the commit msg that needs fixing. 

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


More information about the libc-commits mailing list