[libc-commits] [libc] [libc][math][c23] Add asinf16() function (PR #124212)

via libc-commits libc-commits at lists.llvm.org
Mon Feb 10 01:58:38 PST 2025


================
@@ -49,6 +49,7 @@ add_math_entrypoint_object(asin)
 add_math_entrypoint_object(asinf)
 add_math_entrypoint_object(asinh)
 add_math_entrypoint_object(asinhf)
+add_math_entrypoint_object(asinf16)
----------------
overmighty wrote:

Nit:

```suggestion
add_math_entrypoint_object(asinf)
add_math_entrypoint_object(asinf16)

add_math_entrypoint_object(asinh)
add_math_entrypoint_object(asinhf)
```

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


More information about the libc-commits mailing list