From 114193cefda5ddcf378450586d950e4bb199159c Mon Sep 17 00:00:00 2001 From: "Tsukasa #01 (a4lg)" Date: Sat, 23 Apr 2022 22:40:15 +0900 Subject: [PATCH] Strict single-letter extensions on Table 28.1 (Standard ISA extension names) (#838) * Remove "B", "K" and "J" from standard names They are not going to be single-letter extension names. Because "Z*" extensions are first ordered with the second character by extension category list "IMAFDQLCBKJTPV", those single-letters are not necessary in the table (they can be even misleading and harmful). * Make "V" extension singular in the naming table "Zv*" are vector subextensions but "V" is now a single extension. So, "V" must be singular in the standard ISA extension names table. --- src/naming.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/naming.tex b/src/naming.tex index b123f6957..e08137ca2 100644 --- a/src/naming.tex +++ b/src/naming.tex @@ -165,11 +165,8 @@ \section{Subset Naming Convention} \hline Quad-Precision Floating-Point & Q & D\\ 16-bit Compressed Instructions & C & \\ -Bit Manipulation & B & \\ -Cryptography Extensions & K & \\ -Dynamic Languages & J & \\ Packed-SIMD Extensions & P & \\ -Vector Extensions & V & \\ +Vector Extension & V & \\ Control and Status Register Access & Zicsr & \\ Instruction-Fetch Fence & Zifencei & \\ Misaligned Atomics & Zam & A \\