(no commit message)
authorlkcl <lkcl@web>
Mon, 20 Jun 2022 16:55:55 +0000 (17:55 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 20 Jun 2022 16:55:55 +0000 (17:55 +0100)
openpower/sv/vector_ops.mdwn

index 06c8f0634d725b740a31dbaa488cd2d92e440ba9..3766c12a8b095316fa363b1472b9e154285c0552 100644 (file)
@@ -23,7 +23,6 @@ from existing SVP64 instructions and have been moved to [[discussion]]
 
 Notes:
 
-* Some of these actually could be added to a scalar ISA as bitmanipulation instructions.  These are separated out into their own section.
 * Instructions suited to 3D GPU workloads (dotproduct, crossproduct, normalise) are out of scope: this document is for more general-purpose instructions that underpin and are critical to general-purpose Vector workloads (including GPU and VPU)
 * Instructions related to the adaptation of CRs for use as predicate masks are covered separately, by crweird operations.  See [[sv/cr_int_predication]].