[libc-commits] [libc] [libc][math][c23] Add acospif16() function (PR #134664)

via libc-commits libc-commits at lists.llvm.org
Thu Apr 10 05:08:55 PDT 2025


================
@@ -21,19 +21,19 @@ functions:
     arguments:
       - type: _Float16
     guard: LIBC_TYPES_HAS_FLOAT16
-  - name: acoshf
-    standards:
-      - stdc
-    return_type: float
-    arguments:
-      - type: float
-    name: acoshf16
+  - name: acospif16
----------------
overmighty wrote:

Nit: sorting: `acoshf16` should be put before `acospif16`.

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


More information about the libc-commits mailing list