[libc-commits] [libc] [libc][math][c23] implement C23 math function asinpif16 (PR #146226)

via libc-commits libc-commits at lists.llvm.org
Sat Jun 28 09:50:00 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp,h -- libc/src/math/asinpif16.h libc/src/math/generic/asinpif16.cpp libc/test/src/math/asinpif16_test.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libc/src/math/generic/asinpif16.cpp b/libc/src/math/generic/asinpif16.cpp
index b66327c53..235d6ac17 100644
--- a/libc/src/math/generic/asinpif16.cpp
+++ b/libc/src/math/generic/asinpif16.cpp
@@ -90,7 +90,7 @@ LLVM_LIBC_FUNCTION(float16, asinpif16, (float16 x)) {
   //
   // OUTPUT:
   //
-  // 
+  //
   // 0.318309886183791*x + 0.0530516476972984*x**3 + 0.0238732414637843*x**5 +
   // 0.0142102627760621*x**7 + 0.00967087327815336*x**9 +
   // 0.00712127941391293*x**11 + 0.00552355646848375*x**13 +

``````````

</details>


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


More information about the libc-commits mailing list