Skip to content

Commit 66bed24

Browse files
committed
A extension v2.1 has been ratified
1 parent e66fce8 commit 66bed24

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/a.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\chapter{``A'' Standard Extension for Atomic Instructions, Version 2.0}
1+
\chapter{``A'' Standard Extension for Atomic Instructions, Version 2.1}
22
\label{atomics}
33

44
The standard atomic-instruction extension, named ``A'',

src/preface.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ \chapter{Preface}
2525
Extension & Version & Status \\
2626
\hline
2727
\bf M & \bf 2.0 & \bf Ratified \\
28-
\em A & \em 2.0 & Frozen \\
28+
\bf A & \bf 2.1 & \bf Ratified \\
2929
\bf F & \bf 2.2 & \bf Ratified \\
3030
\bf D & \bf 2.2 & \bf Ratified \\
3131
\bf Q & \bf 2.2 & \bf Ratified \\
@@ -51,6 +51,8 @@ \chapter{Preface}
5151
\begin{itemize}
5252
\parskip 0pt
5353
\itemsep 1pt
54+
\item The A extension, now version 2.1, was ratified by the board in
55+
December 2019.
5456
\item Defined big-endian ISA variant.
5557
\item Moved N extension for user-mode interrupts into Volume II.
5658
\end{itemize}

src/riscv-spec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
\input{preamble}
1212

13-
\newcommand{\specrev}{\mbox{20190621-{\em draft}}}
14-
\newcommand{\specmonthyear}{\mbox{June 2019}}
13+
\newcommand{\specrev}{\mbox{20191213}}
14+
\newcommand{\specmonthyear}{\mbox{December 2019}}
1515

1616
\begin{document}
1717

0 commit comments

Comments
 (0)