[flang-commits] [flang] [flang][runtime] Partial revert of #83383. (PR #83478)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 29 12:46:18 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 a6d9b7ba2722953960b83fbacda1757349f00156 8919be1a69ca1a69644c616a1d5af593e1186e2a -- flang/runtime/Float128Math/exponent.cpp flang/runtime/Float128Math/fraction.cpp flang/runtime/Float128Math/mod-real.cpp flang/runtime/Float128Math/modulo-real.cpp flang/runtime/Float128Math/nearest.cpp flang/runtime/Float128Math/rrspacing.cpp flang/runtime/Float128Math/scale.cpp flang/runtime/Float128Math/set-exponent.cpp flang/runtime/Float128Math/spacing.cpp flang/runtime/numeric-templates.h flang/runtime/numeric.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/runtime/numeric.cpp b/flang/runtime/numeric.cpp
index e13f872eba..d61f32e1d5 100644
--- a/flang/runtime/numeric.cpp
+++ b/flang/runtime/numeric.cpp
@@ -336,7 +336,6 @@ CppTypeFor<TypeCategory::Integer, 8> RTDEF(Exponent16_8)(
}
#endif
-
CppTypeFor<TypeCategory::Integer, 1> RTDEF(Floor4_1)(
CppTypeFor<TypeCategory::Real, 4> x) {
return Floor<CppTypeFor<TypeCategory::Integer, 1>>(x);
``````````
</details>
https://github.com/llvm/llvm-project/pull/83478
More information about the flang-commits
mailing list