(no commit message)
authorlkcl <lkcl@web>
Tue, 22 Mar 2022 13:07:25 +0000 (13:07 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 22 Mar 2022 13:07:25 +0000 (13:07 +0000)
openpower/sv/bitmanip.mdwn

index 061b5fbfbd1352184532ec1e9d4edc235d90b825..22b5ded2749fb847d4f38c018ded9a293803be93 100644 (file)
@@ -12,7 +12,7 @@
 
 **DRAFT STATUS**
 
-pseudocode: <https://libre-soc.org/openpower/isa/bitmanip/>
+pseudocode: [[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]].
@@ -544,6 +544,8 @@ uint64_t gorc64(uint64_t RA, uint64_t RB)
 ```
 # Introduction to Carry-less and GF arithmetic
 
+* obligatory xkcd <https://xkcd.com/2595/>
+
 There are three completely separate types of Galois-Field-based
 arithmetic that we implement which are not well explained even in introductory literature.  A slightly oversimplified explanation
 is followed by more accurate descriptions: