(no commit message)
authorlkcl <lkcl@web>
Fri, 4 Jun 2021 11:06:34 +0000 (12:06 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 4 Jun 2021 11:06:34 +0000 (12:06 +0100)
openpower/sv/int_fp_mv.mdwn

index 82cf636feffccaf9ce4e66bfe1be76f9cabad2ec..4bdb984a7f1f9d672ae42117f84d3ee762ad6ef8 100644 (file)
@@ -14,8 +14,8 @@ Introduction:
 High-performance CPU/GPU software needs to often convert between integers
 and floating-point, therefore fast conversion/data-movement instructions
 are needed.  Also given that initialisation of floats tends to take up
-considerable space (even to just load 0.0) the inclusion of float immediate
-is up for consideration (BF16 as immediates)
+considerable space (even to just load 0.0) the inclusion of compact
+format float immediate is up for consideration using BF16
 
 Libre-SOC will be compliant with the
 **Scalar Floating-Point Subset** (SFFS) i.e. is not implementing VMX/VSX,