[libc-commits] [libc] [libc] Add sinpif16 function (PR #110994)

via libc-commits libc-commits at lists.llvm.org
Mon Oct 7 02:05:53 PDT 2024


================
@@ -275,7 +275,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.sincosf
     libc.src.math.sincosf
     libc.src.math.sinf
-    libc.src.math.sinhf
+    libc.src.math.sinhfi
+    libc.src.math.sinpif16
----------------
overmighty wrote:

`_Float16` support is not enabled on Windows.

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


More information about the libc-commits mailing list