(no commit message)
authorlkcl <lkcl@web>
Sun, 3 Apr 2022 15:13:14 +0000 (16:13 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 3 Apr 2022 15:13:14 +0000 (16:13 +0100)
openpower/sv/svp64/appendix.mdwn

index 8b69188b996a31e25594c40db67c156e6362afd0..6a40b9419560d9d17d7590b5e8546fd564ea32f6 100644 (file)
@@ -184,8 +184,8 @@ but only if in doing so they preserve Program Order at the Element Level.
 Opportunities where this is possible include an `OR` operation
 or a MIN/MAX operation: it may be possible to parallelise the reduction,
 but for Floating Point it is not permitted due to different results
-being obtained if the reduction is not executed in strict sequential
-order.
+being obtained if the reduction is not executed in strict Program-Sequential
+Order.
 
 In essence it becomes the programmer's responsibility to leverage the
 pre-determined schedules to desired effect.