[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


================
@@ -657,6 +657,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # math.h C23 _Float16 entrypoints
     libc.src.math.acosf16
+    libc.src.math.acospif16
     libc.src.math.acoshf16
----------------
overmighty wrote:

Nit: sorting.

```suggestion
    libc.src.math.acosf16
    libc.src.math.acoshf16
    libc.src.math.acospif16
```

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


More information about the libc-commits mailing list