[libc-commits] [libc] [libc][math][c23] Add fadd{l, f128} C23 math functions (PR #102531)

via libc-commits libc-commits at lists.llvm.org
Thu Aug 8 14:37:01 PDT 2024


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 2b592b16c17e5c4fc135534d80d7c61a986a292c 20b11f32009be4749d3bef48319ea50bd5d64272 --extensions h,cpp -- libc/src/math/faddf128.h libc/src/math/faddl.h libc/src/math/generic/faddf128.cpp libc/src/math/generic/faddl.cpp libc/test/src/math/faddl_test.cpp libc/test/src/math/smoke/faddf128_test.cpp libc/test/src/math/smoke/faddl_test.cpp libc/src/math/fadd.h libc/src/math/generic/fadd.cpp
``````````

</details>

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

``````````diff
diff --git a/libc/src/math/faddf128.h b/libc/src/math/faddf128.h
index 37886450e4..4260de08c1 100644
--- a/libc/src/math/faddf128.h
+++ b/libc/src/math/faddf128.h
@@ -9,7 +9,6 @@
 #include "src/__support/macros/config.h"
 #include "src/__support/macros/properties/types.h"
 
-
 #ifndef LLVM_LIBC_SRC_MATH_FADDF128_H
 #define LLVM_LIBC_SRC_MATH_FADDF128_H
 

``````````

</details>


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


More information about the libc-commits mailing list