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

index f50892144eeb579df16ed619ebc404fdda1bb308..014c78e7da055d041f8e741fa981f99de98d6561 100644 (file)
@@ -12,6 +12,8 @@
 
 **DRAFT STATUS**
 
+<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]].