(no commit message)
authorlkcl <lkcl@web>
Sat, 18 Jun 2022 23:53:54 +0000 (00:53 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 18 Jun 2022 23:53:54 +0000 (00:53 +0100)
openpower/sv/svp64_quirks.mdwn

index b24fc6d7c23db82bbbfdb0c11674f92936c6b5a3..3d4033ac74d2bca4bb0d9978e1c8ccd349947326 100644 (file)
@@ -463,6 +463,12 @@ of user expectations, particularly for LD/ST where exceptions
 would normally be expected to be raised, Fail-First provides for
 avoidance of those exceptions.
 
+For Hardware implementers, a standard Out-of-Order micro-architecture
+allows for Cancellation of speculatively-executed elements that extended
+beyond the Vector Truncation point.  In-order systems will have a slightly
+harder time and may choose to execute one element only at a time, reducing
+performance as a result.
+
 # OE=1
 
 The hardware cost of Sticky Overflow in a parallel environment is immense.