[libc-commits] [libc] [llvm] [libc][math] Refactor asinpif16 to Header Only (PR #179021)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Sat Feb 7 04:57:25 PST 2026


================
@@ -5402,6 +5416,14 @@ libc_math_function(
     ],
 )
 
+libc_math_function(
+    name = "asinpif16",
----------------
bassiounix wrote:

aren't there an already existing entry point for `asinpif16`?

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


More information about the libc-commits mailing list