(no commit message)
authorlkcl <lkcl@web>
Wed, 9 Mar 2022 00:59:04 +0000 (00:59 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 9 Mar 2022 00:59:04 +0000 (00:59 +0000)
openpower/sv/bitmanip.mdwn

index 014c78e7da055d041f8e741fa981f99de98d6561..b2ab232635c779b08c82cf8ee532e72ba4293002 100644 (file)
@@ -12,7 +12,7 @@
 
 **DRAFT STATUS**
 
-<https://libre-soc.org/openpower/isa/bitmanip/>
+pseudocode: <https://libre-soc.org/openpower/isa/bitmanip/>
 
 this extension amalgamates bitmanipulation primitives from many sources, including RISC-V bitmanip, Packed SIMD, AVX-512 and OpenPOWER VSX.  Vectorisation and SIMD are removed: these are straight scalar (element) operations making them suitable for embedded applications.
 Vectorisation Context is provided by [[openpower/sv]].