(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Jul 2022 14:13:47 +0000 (15:13 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 9 Jul 2022 14:13:47 +0000 (15:13 +0100)
openpower/sv/svp64_quirks.mdwn

index 935325989ec8d43163a6b37f37691c2d67939e03..e94681854be4b060f1b3ab7dbf7c4c577fca51fc 100644 (file)
@@ -535,7 +535,7 @@ In several places in the Power ISA there are operations that are on
 32-bit quantities in 64-bit registers.  The best example is FP which
 has 64-bit operations (`fadd`) and 32-bit operations (`fadds` or
 FP Add "single").  Element-width overrides it would seem to
-be unnecessary, under these circunstances.
+be unnecessary, under these circumstances.
 
 However, it is not possible for `fadds` to fit two elements into
 64-bit: that breaks the simplicity of SVP64.
@@ -548,8 +548,8 @@ element, in FP32 format, where `sv.fadd/ew=32` stores a full
 FP32 result into the full 32 bits.
 
 Where this breaks down is when attempting to do half-width on
-BF16 or FP16 operations: there does not exist a BF8 or an IEE754 FP8
-format, so these should be avoided.
+BF16 or FP16 operations: there does not exist a BF8 or an IEEE754 FP8
+format, so these (`sv.fadds/ew=8`) should be avoided.
 
 # Vertical-First and Subvectors