(no commit message)
authorlkcl <lkcl@web>
Sun, 22 May 2022 16:39:42 +0000 (17:39 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 22 May 2022 16:39:42 +0000 (17:39 +0100)
openpower/sv/int_fp_mv.mdwn

index 8dd3e46d64326cb2ca4ccac1e107c475d58eaf83..3d454b63fe409bf5e3cfcc2a150410076a09d908 100644 (file)
@@ -17,7 +17,7 @@ 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 compact
-format float immediate is up for consideration using BF16
+format float immediate is up for consideration using BF16 as a base.
 
 Libre-SOC will be compliant with the
 **Scalar Floating-Point Subset** (SFFS) i.e. is not implementing VMX/VSX,