remove reference to `lq` not being useful because SVP64 replaces it...
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 5 May 2022 04:03:04 +0000 (21:03 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 5 May 2022 04:03:04 +0000 (21:03 -0700)
it *is* useful...because it's a 128-bit atomic op. SVP64 doesn't
convert 64-bit ops into 128-bit atomic ops so therefore can't be
used to replace lq.

openpower/sv/svp64/appendix.mdwn

index 0100f588e637edf0f9194e4d4f685b59637138c7..6dd9ef874225a62c27027649a40d346ea62b7533 100644 (file)
@@ -138,7 +138,7 @@ SV effectively *replaces* the majority of VSX, requiring far less
 instructions, and provides, at the very minimum, predication
 (which VSX was designed without).
 
-Likewise, `lq` (Load Quad), and Load/Store Multiple make no sense to
+Likewise, Load/Store Multiple make no sense to
 have because they are not only provided by SV, the SV alternatives may
 be predicated as well, making them far better suited to use in function
 calls and context-switching.