aboutsummaryrefslogtreecommitdiff
path: root/src/b.tex
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-17 14:40:26 -0500
committerBill Traynor <wmat@riscv.org>2023-01-17 14:40:26 -0500
commitcd9764fde9c704fb63e519eb7774e224835ee5f8 (patch)
treede30731fd5615a31649bd6fc7c2633c724604eab /src/b.tex
parent5b38e99ff1c20c93b47e0a0a88e1070ea4c7e9b9 (diff)
downloadriscv-isa-manual-cd9764fde9c704fb63e519eb7774e224835ee5f8.zip
riscv-isa-manual-cd9764fde9c704fb63e519eb7774e224835ee5f8.tar.gz
riscv-isa-manual-cd9764fde9c704fb63e519eb7774e224835ee5f8.tar.bz2
Removing tex files.
Beginning to remove tex files from asciidoc branch.
Diffstat (limited to 'src/b.tex')
-rw-r--r--src/b.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/b.tex b/src/b.tex
deleted file mode 100644
index 0c4e497..0000000
--- a/src/b.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\chapter{``B'' Standard Extension for Bit Manipulation, Version 0.0}
-\label{sec:bits}
-
-This chapter is a placeholder for a future standard extension to
-provide bit manipulation instructions, including instructions to
-insert, extract, and test bit fields, and for rotations, funnel
-shifts, and bit and byte permutations.
-
-\begin{commentary}
-Although bit manipulation instructions are very effective in some
-application domains, particularly when dealing with externally packed
-data structures, we excluded them from the base ISAs as they are not
-useful in all domains and can add additional complexity or instruction
-formats to supply all needed operands.
-
-We anticipate the B extension will be a brownfield encoding within the
-base 30-bit instruction space.
-\end{commentary}
-