[libc-commits] [libc] [libc][math] Implement isnanf16 header-only function (PR #198115)

via libc-commits libc-commits at lists.llvm.org
Fri May 22 07:52:36 PDT 2026


================
@@ -368,6 +368,7 @@ add_math_entrypoint_object(ilogbbf16)
 add_math_entrypoint_object(isnan)
 add_math_entrypoint_object(isnanf)
 add_math_entrypoint_object(isnanl)
+add_math_entrypoint_object(isnanf16)
----------------
Sukumarsawant wrote:

```suggestion
add_math_entrypoint_object(isnanf16)
add_math_entrypoint_object(isnanl)
```
Extra nit .

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


More information about the libc-commits mailing list