(no commit message)
authorlkcl <lkcl@web>
Thu, 1 Jul 2021 01:13:54 +0000 (02:13 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 1 Jul 2021 01:13:54 +0000 (02:13 +0100)
openpower/sv/register_type_tags.mdwn

index de2d79591b94a689ae3708912e5c87ee6e154879..7c77cdee2f2ac2f4f550c2d7c0a5ef906eb84839 100644 (file)
@@ -2,6 +2,8 @@
 
 # Register Type Tags
 
+**UNDER CONSIDERATION**
+
 A concept present in processors such as Texas Instruments DSPs and in the Mill Architecture to an advanced level, register "tags" allow the meaning and behaviour of instructions to change, polymorphically.
 
 This for allows instructions originally designed to only be IEEE754 FP64 fir example to become IEEE754 FP128 or even complex mumbers.  With SVP64 supporting [[sv/remap]] it is not conceptually that much of a leap to support complex numbers, given that the hardware to do so is already in place.