vhscampos wrote:
Fixed @jwestwood921 's comments in #82624
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -540,7 +545,7 @@ __usub16(uint16x2_t __a, uint16x2_t __b) {
}
#endif
-/* 9.5.10 Parallel 16-bit multiplications */
+/* 8.5.10 Parallel 16-bit multiplications */
jwestwood921 wrote:
Nit pick: The ACLE document has 'multiplication', instead of 'multiplicatio
@@ -308,7 +313,7 @@ __qdbl(int32_t __t) {
}
#endif
-/* 9.4.3 Accumultating multiplications */
+/* 8.4.3 Accumultating multiplications */
jwestwood921 wrote:
There is a spelling error: 'Accumultating' instead of 'Accumulating'.
https://github.com/llvm/llvm-pr
https://github.com/vhscampos closed
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/DavidSpickett approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/voltur01 commented:
Looks good to me, thank you for picking it up!
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vhscampos wrote:
Tagging @voltur01 for review
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Victor Campos (vhscampos)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/78305.diff
1 Files Affected:
- (modified) clang/lib/Headers/arm_acle.h (+38-32)
``diff
diff --git a/clang/lib/Headers/arm_acle.h b/cl
https://github.com/vhscampos ready_for_review
https://github.com/llvm/llvm-project/pull/78305
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 6c1b5ec213ee7376bed9357211e5582931318974
bc6d669367ff399fddfb9b1bbc2fdc8effbfc408 --
https://github.com/vhscampos updated
https://github.com/llvm/llvm-project/pull/78305
>From bc6d669367ff399fddfb9b1bbc2fdc8effbfc408 Mon Sep 17 00:00:00 2001
From: Max Iyengar
Date: Mon, 18 Sep 2023 13:21:28 +0100
Subject: [PATCH] [NFC][Clang][Headers] Update refs to ACLE in comments
---
clang
https://github.com/vhscampos created
https://github.com/llvm/llvm-project/pull/78305
None
>From 9a72dd14c75670bcfb2de73754f5366d792b99cc Mon Sep 17 00:00:00 2001
From: Max Iyengar
Date: Mon, 18 Sep 2023 13:21:28 +0100
Subject: [PATCH] [NFC][Clang][Headers] Update refs to ACLE in comments
---
12 matches
Mail list logo