Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC][Clang][Headers] Update refs to ACLE in comments #78297

Closed
wants to merge 1 commit into from

Conversation

vhscampos
Copy link
Member

No description provided.

Change-Id: I6769b28b734bfb16e9e33db38c3182351a83dae7
@vhscampos vhscampos closed this Jan 16, 2024
Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff c1a442462d9d47f86392da7e7019ab218d7a3088 5306cac319986b110638148cb28b2a0f4a4b1ce4 -- clang/lib/Headers/arm_acle.h
View the diff from clang-format here.
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)

@vhscampos vhscampos deleted the update-acle branch January 16, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant