From 17636b1e066348a8afb8b07f662c3a9d18ea1b8f Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 14 Jul 2021 14:58:24 +0100 Subject: [PATCH] --- 3d_gpu/architecture/decoder.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/decoder.mdwn b/3d_gpu/architecture/decoder.mdwn index 6fc827030..c720b9848 100644 --- a/3d_gpu/architecture/decoder.mdwn +++ b/3d_gpu/architecture/decoder.mdwn @@ -1,8 +1,9 @@ # Decoder - +* Context and walkthrough +* bugreport -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: -- 2.30.2