Skip to content

Commit 006b649

Browse files
committed
[clang][docs] Release notes for C/C++ SVE Operators
1 parent b6889f0 commit 006b649

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ number of literals can be specified. For example:
532532
vector int vi5 = (vector int)(1, 2, 3, 4);
533533
float4 vf = (float4)((float2)(1.0f, 2.0f), (float2)(3.0f, 4.0f));
534534

535+
.. _Vector Operations:
536+
535537
Vector Operations
536538
-----------------
537539

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ Arm and AArch64 Support in Clang
655655
- clang now supports the Cortex-M85 CPU, which can be chosen with
656656
`-mcpu=cortex-m85`. By default, this has PACBTI turned on, but it can be
657657
disabled with `-mcpu=cortex-m85+nopacbti`.
658+
- clang now supports using C/C++ operators on sizeless SVE vectors such as
659+
`svint32_t`. The set of supported operators is shown in the table Vector
660+
Operations found in the :ref:`Clang Language Extensions <Vector Operations>`
661+
document.
658662

659663
Floating Point Support in Clang
660664
-------------------------------

0 commit comments

Comments
 (0)