[clang] [NFC][Clang][Headers] Update refs to ACLE in comments (PR #78297)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 07:38:35 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 c1a442462d9d47f86392da7e7019ab218d7a3088 5306cac319986b110638148cb28b2a0f4a4b1ce4 -- clang/lib/Headers/arm_acle.h
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Headers/arm_acle.h b/clang/lib/Headers/arm_acle.h
index 9cd34948e3..2360685fa1 100644
--- a/clang/lib/Headers/arm_acle.h
+++ b/clang/lib/Headers/arm_acle.h
@@ -341,7 +341,6 @@ __smlawt(int32_t __a, int32_t __b, int32_t __c) {
 }
 #endif
 
-
 /* 8.5.4 Parallel 16-bit saturation */
 #if defined(__ARM_FEATURE_SIMD32) && __ARM_FEATURE_SIMD32
 #define __ssat16(x, y) __builtin_arm_ssat16(x, y)

``````````

</details>


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


More information about the cfe-commits mailing list