(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 20:47:08 +0000 (21:47 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 20:47:08 +0000 (21:47 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index 5f6bb55c996fc75d8ca958940ba3322022e6243a..32e34df01b90a7b3767d9e53e3844e232bafbaae 100644 (file)
@@ -238,7 +238,8 @@ assumes that there is explicit action (or hard work) required to
 be taken. None of them - at all - leverage the fact that nmigen
 has two different inter-related abstraction levels.
 
-* **Explicit Code**. For every ALU, write code which is inherently
+* **Explicit Code**. For every ALU, write code (in nmigen 0.3
+  at the time of writing) which is inherently
   parallel, rather than duplicated with a series of Switch/Case or
   an if-elif-elif chain based on what the partition mask is set to.
 * **Use a low-level class**.  Rather than tie in to nmigen, write a