[compiler-rt] Add extendhfxf2 into compiler rt (PR #113897)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 21:59:20 PST 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 1164bd774783f33419e56cf10fdb87fbeab2b185 44249f38a121b18e97727105a9245f9aa80f7554 --extensions c -- compiler-rt/lib/builtins/extendhfxf2.c compiler-rt/test/builtins/Unit/extendhfxf2_test.c
``````````

</details>

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

``````````diff
diff --git a/compiler-rt/lib/builtins/extendhfxf2.c b/compiler-rt/lib/builtins/extendhfxf2.c
index f396efbc99..a2cd106e1c 100644
--- a/compiler-rt/lib/builtins/extendhfxf2.c
+++ b/compiler-rt/lib/builtins/extendhfxf2.c
@@ -5,7 +5,7 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
-#include"int_lib.h"
+#include "int_lib.h"
 #define SRC_HALF
 #define DST_DOUBLE
 #include "fp_extend_impl.inc"

``````````

</details>


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


More information about the llvm-commits mailing list