Skip to content

Commit

Permalink
[Release] Remove draftversion mark and set release version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
vhscampos committed Aug 4, 2023
1 parent 622efe2 commit 84f9a02
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.
19 changes: 10 additions & 9 deletions cmse/cmse.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Arm®v8-M Security Extensions <br /> Requirements on Development Tools
version: 1.2
date-of-issue: 06 April 2022
version: 1.3
date-of-issue: 04 August 2023
set-quote-highlight: true
# LaTeX specific variables
copyright-text: Copyright 2019, 2021-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>.
draftversion: true
draftversion: false
# Jekyll specific variables
header_counter: true
toc: true
Expand Down Expand Up @@ -123,11 +123,12 @@ Copyright 2019, 2021-2023 Arm Limited and/or its affiliates <open-source-office@

### Change history

| Issue | Date | By | Change |
| :--- | :--- | :--- | :--- |
| 1.0 | 23/10/2015 | Arm | First release |
| 1.1 | 01/11/2019 | Arm | Second release |
| 1.2 | 06 April 2022 | Arm | See [Changes for version 1.2](#changes-for-version-1.2)|
| Issue | Date | By | Change |
| :--- | :--- | :--- | :--- |
| 1.0 | 23/10/2015 | Arm | First release |
| 1.1 | 01/11/2019 | Arm | Second release |
| 1.2 | 06 April 2022 | Arm | See [Changes for version 1.2](#changes-for-version-1.2)|
| 1.3 | 04 August 2023 | Arm | See [Changes for version 1.3](#changes-for-version-1.3)|

#### Changes for version 1.2

Expand All @@ -144,7 +145,7 @@ Copyright 2019, 2021-2023 Arm Limited and/or its affiliates <open-source-office@
NS nsfunc(struct s);` to `struct s NS (*nsfunc)(struct
s);`. Non-secure functions have to be function pointers.

#### Changes for next release
#### Changes for version 1.3

* Removed incorrect optimisation remark in section
[Arguments on the stack and floating point handling](#arguments-on-the-stack-and-floating-point-handling).
Expand Down
9 changes: 5 additions & 4 deletions main/acle.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Arm C Language Extensions
version: 2022Q4
date-of-issue: 23 November 2022
version: 2023Q2
date-of-issue: 04 August 2023
# LaTeX specific variables
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
draftversion: true
draftversion: false
# Jekyll specific variables
header_counter: true
toc: true
Expand Down Expand Up @@ -175,6 +175,7 @@ unless a different support level is specified in the text.
| 2022Q1 | 06 April 2022 | Arm | See [Changes between ACLE Q4 2021 and ACLE Q1 2022](#changes-between-acle-q4-2021-and-acle-q1-2022) |
| 2022Q2 | 01 Jul 2022 | Arm | See [Changes between ACLE Q1 2021 and ACLE Q2 2022](#changes-between-acle-q1-2022-and-acle-q2-2022) |
| 2022Q4 | 23 November 2022 | Arm | See [Changes between ACLE Q2 2022 and ACLE Q4 2022](#changes-between-acle-q2-2022-and-acle-q4-2022) |
| 2023Q2 | 04 August 2023 | Arm | See [Changes between ACLE Q4 2022 and ACLE Q2 2023](#changes-between-acle-q4-2022-and-acle-q2-2023) |

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

Expand Down Expand Up @@ -328,7 +329,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
* Renamed the feature macro to `__HAVE_FUNCTION_MULTI_VERSIONING`
* Added some clarifications.

#### Changes for next release
#### Changes between ACLE Q4 2022 and ACLE Q2 2023

* Added SLC as a valid Cache Level for the Memory prefetch intrinsics.
* Added [support for 128-bit system registers](#special-register-intrinsics),
Expand Down
4 changes: 2 additions & 2 deletions neon_intrinsics/advsimd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Arm Neon Intrinsics Reference
version: 2023Q2
date-of-issue: TBC
date-of-issue: 04 August 2023
# LaTeX specific variables
landscape: true
copyright-text: "Copyright: see section \\texorpdfstring{\\nameref{copyright}}{Copyright}."
Expand Down Expand Up @@ -124,7 +124,7 @@ for more information about Arm’s trademarks.
| H | 02 July 2021 | 2021Q2 |
| I | 30 September 2021 | 2021Q3 |
| J | 11 January 2022 | 2021Q4 |
| K | TBC | 2023Q2 |
| K | 04 August 2023 | 2023Q2 |

### Changes between 2021Q2 and 2021Q3

Expand Down
9 changes: 7 additions & 2 deletions neon_intrinsics/advsimd.template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Arm Neon Intrinsics Reference
version: 2021Q4
date-of-issue: 11 January 2022
version: 2023Q2
date-of-issue: 04 August 2023
# LaTeX specific variables
landscape: true
copyright-text: "Copyright: see section \\texorpdfstring{{\\nameref{{copyright}}}}{{Copyright}}."
Expand Down Expand Up @@ -124,6 +124,7 @@ for more information about Arm’s trademarks.
| H | 02 July 2021 | 2021Q2 |
| I | 30 September 2021 | 2021Q3 |
| J | 11 January 2022 | 2021Q4 |
| K | 04 August 2023 | 2023Q2 |

### Changes between 2021Q2 and 2021Q3

Expand All @@ -141,6 +142,10 @@ for more information about Arm’s trademarks.
* Added missing item for release 2021Q3 in the table with the list of
versions in section [Document history](#document-history).

### Changes between 2021Q4 and 2023Q2

* Added support for FEAT_LRCPC3 LDAP1/STL1 intrinsics.

<!---
**** Do not remove! ****
The line following this comment is necessary to generate custom geometry settings
Expand Down

0 comments on commit 84f9a02

Please sign in to comment.