Skip to content

Commit d534390

Browse files
committed
Merge tag 'r2025Q2'
2 parents 9109624 + 605aa7b commit d534390

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

main/acle.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Arm C Language Extensions
3-
version: 2024Q4
4-
date-of-issue: 21 February 2025
3+
version: 2025Q2
4+
date-of-issue: 06 June 2025
55
# LaTeX specific variables
66
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
77
draftversion: true
@@ -180,6 +180,7 @@ unless a different support level is specified in the text.
180180
| 2024Q2 | 21 June 2024 | Arm | See [Changes between ACLE Q1 2024 and ACLE Q2 2024](#changes-between-acle-q1-2024-and-acle-q2-2024) |
181181
| 2024Q3 | 30 September 2024 | Arm | See [Changes between ACLE Q2 2024 and ACLE Q3 2024](#changes-between-acle-q2-2024-and-acle-q3-2024) |
182182
| 2024Q4 | 21 February 2025 | Arm | See [Changes between ACLE Q3 2024 and ACLE Q4 2024](#changes-between-acle-q3-2024-and-acle-q4-2024) |
183+
| 2025Q2 | 06 June 2025 | Arm | See [Changes between ACLE Q4 2024 and ACLE Q2 2025](#changes-between-acle-q4-2024-and-acle-q2-2025) |
183184

184185
#### Changes between ACLE Q2 2017 and ACLE Q2 2018
185186

@@ -446,7 +447,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
446447
* Added Guarded Control Stack (GCS) at
447448
[**Beta**](#current-status-and-anticipated-changes) quality level.
448449

449-
#### Changes for next release
450+
#### Changes between ACLE Q4 2024 and ACLE Q2 2025
450451

451452
* Changed the Function Multi Versioning default version rules to be more explicit.
452453
* Added [**Alpha**](#current-status-and-anticipated-changes) support
@@ -456,8 +457,11 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
456457
* Removed the priority column from the mapping tables of Function Multi Versioning.
457458
* Added Function Multi Versioning feature cssc.
458459
* Added feature test macro for FEAT_SSVE_BitPerm.
459-
* Upgrade to [**Beta**] (#current-status-and-anticipated-changes)
460+
* Upgrade to [**Beta**](#current-status-and-anticipated-changes)
460461
support for modal 8-bit floating point intrinsics.
462+
463+
#### Changes for next release
464+
461465
* Added feature test macro for FEAT_SSVE_FEXPA.
462466

463467
### References

neon_intrinsics/advsimd.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Arm Neon Intrinsics Reference
3-
version: 2024Q4
4-
date-of-issue: 21 February 2025
3+
version: 2025Q2
4+
date-of-issue: 06 June 2025
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
@@ -127,6 +127,7 @@ for more information about Arm’s trademarks.
127127
| K | 04 August 2023 | 2023Q2 |
128128
| L | 30 September 2024 | 2024Q3 |
129129
| M | 21 February 2025 | 2024Q4 |
130+
| N | 06 June 2025 | 2025Q2 |
130131

131132
### Changes between 2021Q2 and 2021Q3
132133

@@ -157,6 +158,10 @@ for more information about Arm’s trademarks.
157158
* Added `mf8` forms of the `vbsl`, `vluti2` and `vluti4` families of
158159
intrinsics.
159160

161+
### Changes between 2024Q4 and 2025Q2
162+
163+
* Added `fp8` version of the `vget_lane` intrinsic.
164+
160165
<!---
161166
**** Do not remove! ****
162167
The line following this comment is necessary to generate custom geometry settings

neon_intrinsics/advsimd.template.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Arm Neon Intrinsics Reference
3-
version: 2024Q4
4-
date-of-issue: 21 February 2025
3+
version: 2025Q2
4+
date-of-issue: 06 June 2025
55
# LaTeX specific variables
66
landscape: true
77
copyright-text: "Copyright: see section \\texorpdfstring{{\\nameref{{copyright}}}}{{Copyright}}."
@@ -127,6 +127,7 @@ for more information about Arm’s trademarks.
127127
| K | 04 August 2023 | 2023Q2 |
128128
| L | 30 September 2024 | 2024Q3 |
129129
| M | 21 February 2025 | 2024Q4 |
130+
| N | 06 June 2025 | 2025Q2 |
130131

131132
### Changes between 2021Q2 and 2021Q3
132133

@@ -157,6 +158,10 @@ for more information about Arm’s trademarks.
157158
* Added `mf8` forms of the `vbsl`, `vluti2` and `vluti4` families of
158159
intrinsics.
159160

161+
### Changes between 2024Q4 and 2025Q2
162+
163+
* Added `fp8` version of the `vget_lane` intrinsic.
164+
160165
<!---
161166
**** Do not remove! ****
162167
The line following this comment is necessary to generate custom geometry settings

0 commit comments

Comments
 (0)