(no commit message)
authorlkcl <lkcl@web>
Wed, 14 Jul 2021 13:58:24 +0000 (14:58 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 14 Jul 2021 13:58:24 +0000 (14:58 +0100)
3d_gpu/architecture/decoder.mdwn

index 6fc8270306db567ce2526229425d64f06e539802..c720b98484501f16458858d0923adee991431f1c 100644 (file)
@@ -1,8 +1,9 @@
 # Decoder
 
-<http://bugs.libre-riscv.org/show_bug.cgi?id=186>
+* Context and walkthrough <https://libre-soc.org/irclog/%23libre-soc.2021-07-13.log.html>
+* bugreport <http://bugs.libre-riscv.org/show_bug.cgi?id=186>
 
-The decoder is in charge of translating the POWER instruction stream into operations that can be handled by our backend. It will have an extra input bit, set via a MSR, that will switch on GPU instructions.
+The decoder is in charge of translating the POWER instruction stream into operations that can be handled by the backend.
 
 Source code: <https://git.libre-riscv.org/?p=soc.git;a=tree;f=src/soc/decoder;hb=HEAD>