diff options
author | Krste Asanovic <krste@eecs.berkeley.edu> | 2017-05-03 07:45:44 -0700 |
---|---|---|
committer | Krste Asanovic <krste@eecs.berkeley.edu> | 2017-05-03 07:45:44 -0700 |
commit | 59a592042c16699726b86ead4dfa16d63277e839 (patch) | |
tree | 0af4d7ef61f8c8e266fd2333f245cac8127663ae | |
parent | 5d4a9cfe25dba165c1e04e1140adf9f8fdbcc058 (diff) | |
download | riscv-isa-manual-59a592042c16699726b86ead4dfa16d63277e839.zip riscv-isa-manual-59a592042c16699726b86ead4dfa16d63277e839.tar.gz riscv-isa-manual-59a592042c16699726b86ead4dfa16d63277e839.tar.bz2 |
Added note indicating that the P extension might be reworked
into an integer packed-SIMD proposal for fixed-point operations
using the integer registers.
-rw-r--r-- | src/p.tex | 9 | ||||
-rw-r--r-- | src/preface.tex | 3 |
2 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,15 @@ Version 0.1} \label{sec:packedsimd} +\begin{commentary} + Discussions at the 5th RISC-V workshop indicated a desire to drop + this packed-SIMD proposal for floating-point registers in favor of + standardizing on the V extension for large floating-point SIMD + operations. However, there was interest in packed-SIMD fixed-point + operations for use in the integer registers of small RISC-V + implementations. +\end{commentary} + In this chapter, we outline a standard packed-SIMD extension for RISC-V. We've reserved the instruction subset name ``P'' for a future standard set of packed-SIMD extensions. Many other extensions can diff --git a/src/preface.tex b/src/preface.tex index 940d00f..d77007e 100644 --- a/src/preface.tex +++ b/src/preface.tex @@ -62,6 +62,9 @@ The major changes in this version of the document include: \item A draft proposal of the V vector instruction set extension. \item An expanded pseudoinstruction listing. \item A new table of control and status register (CSR) mappings. +\item Added note indicating that the P extension might be reworked + into an integer packed-SIMD proposal for fixed-point operations + using the integer registers. \item Removal of the calling convention chapter, which has been superseded by the RISC-V ELF psABI Specification~\cite{riscv-elf-psabi}. \end{itemize} |